DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on MFG_LOOKUPS

Line 1024: from mfg_lookups

1020:
1021: begin
1022: select meaning
1023: into l_meaning
1024: from mfg_lookups
1025: where lookup_type = p_lookup_type
1026: and lookup_code=p_lookup_code;
1027:
1028: return l_meaning;

Line 1331: from mfg_lookups

1327: return boolean IS
1328: l_count number;
1329: begin
1330: select count(*) into l_count
1331: from mfg_lookups
1332: where
1333: lookup_type=p_lookup_type and
1334: lookup_code=p_lookup_code;
1335: