DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on MFG_LOOKUPS

Line 1023: from mfg_lookups

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

Line 1330: from mfg_lookups

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