Tuesday, October 24, 2017

OKC_K_HEADERS_ALL_B.TRN_CODE in Oracle Service Contracts

SELECT lookup_code TRN_CODE, meaning
  FROM fnd_lookups
 WHERE lookup_type = 'OKC_TERMINATION_REASON'


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...