SELECT *
FROM v$reserved_words
WHERE 1 = 1
AND keyword LIKE UPPER('%&word%')
ORDER BY keyword;
FROM v$reserved_words
WHERE 1 = 1
AND keyword LIKE UPPER('%&word%')
ORDER BY keyword;
$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