DBA Data[Home] [Help]

APPS.BIS_BIA_RSG_GENERATOR_UTIL dependencies on FND_LOOKUPS

Line 57: from fnd_lookups

53: and lookup_code=NVL(p_code, 'N');
54:
55: CURSOR C_SYS_LK(p_type VARCHAR2, p_code VARCHAR2) IS
56: select distinct meaning
57: from fnd_lookups
58: where lookup_type= p_type
59: and lookup_code=NVL(p_code, 'N');
60:
61: l_lk varchar2(2000);