SELECT lookup_code
,meaning
,description
FROM fnd_lookup_values
WHERE lookup_type = 'REVERSAL_CATEGORY_TYPE'
AND LANGUAGE = USERENV('LANG')
AND lookup_code = 'REV'
$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...
No comments:
Post a Comment