DBA Data[Home] [Help]

APPS.OKC_REPORT_PVT dependencies on FND_LOOKUPS

Line 2061: select replace(MEANING,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups

2057: where PRM.sql_id = XST.sql_id
2058: and XST.id = fnd_profile.value('OKC_WEB_REPORT')
2059: and PRM.code = OKC_PARAMETERS_PUB.get('__param_code');
2060: cursor c2 is
2061: select replace(MEANING,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups
2062: where LOOKUP_TYPE='OKS_ITEM_DISPLAY_PREFERENCE'
2063: and lookup_code='DISPLAY_NAME';
2064: cursor c3 is
2065: select replace(MEANING,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups

Line 2065: select replace(MEANING,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups

2061: select replace(MEANING,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups
2062: where LOOKUP_TYPE='OKS_ITEM_DISPLAY_PREFERENCE'
2063: and lookup_code='DISPLAY_NAME';
2064: cursor c3 is
2065: select replace(MEANING,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups
2066: where LOOKUP_TYPE='OKS_ITEM_DISPLAY_PREFERENCE'
2067: and lookup_code='DISPLAY_DESC';
2068: cursor c4 is
2069: select replace(description,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups

Line 2069: select replace(description,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups

2065: select replace(MEANING,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups
2066: where LOOKUP_TYPE='OKS_ITEM_DISPLAY_PREFERENCE'
2067: and lookup_code='DISPLAY_DESC';
2068: cursor c4 is
2069: select replace(description,'<',fnd_global.local_chr(38)||'lt;') from fnd_lookups
2070: where LOOKUP_TYPE='FLEX_VALIDATION_EVENTS'
2071: and LOOKUP_CODE='Q';
2072:
2073: begin