DBA Data[Home] [Help]

APPS.JGRX_WT dependencies on FND_LOOKUPS

Line 536: * fnd_lookups using a memory structure. *

532: * *
533: * Name : get_lookup_meaning *
534: * Purpose : This function returns the meaning for the matching *
535: * lookup_type and lookup_code in po_lookup_codes, *
536: * fnd_lookups using a memory structure. *
537: * *
538: **************************************************************************/
539:
540: FUNCTION get_lookup_meaning( p_product in varchar2,

Line 999: from fnd_lookups

995: where lookup_type in ('ORGANIZATION TYPE')
996: and sysdate < nvl(inactive_date, sysdate+1)
997: union all
998: select 'FND',lookup_type, lookup_code, meaning
999: from fnd_lookups
1000: where lookup_type in ('JAKR_AP_AWT_BIZ_INC_SUB_CAT',
1001: 'JAKR_AP_AWT_TAX_TYPE',
1002: 'JAKR_AP_AWT_INC_CAT_DOMESTIC',
1003: 'JAKR_AP_AWT_INC_CAT_FOREIGN')