Tuesday, October 24, 2017

Query behind User Status in Oracle User Form



 SELECT v.lookup_code, v.meaning
  FROM fnd_lookup_values_vl v
 WHERE v.lookup_type = 'FND_USRDEF_STATUS';

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...