DBA Data[Home] [Help]

APPS.MSC_PHUB_UTIL dependencies on MFG_LOOKUPS

Line 59: from mfg_lookups

55: l_exception_group_id number;
56:
57: CURSOR exception_group_meaning(p_exception_group_id NUMBER) IS
58: select meaning
59: from mfg_lookups
60: where lookup_type = 'MSC_EXCEPTION_GROUP'
61: and lookup_code = p_exception_group_id;
62: BEGIN
63: l_exception_group_id:= case

Line 97: from mfg_lookups

93: l_exception_group varchar2(300);
94: l_exception_group_id number;
95: CURSOR exception_group_meaning(p_exception_group_id NUMBER) IS
96: select meaning
97: from mfg_lookups
98: where lookup_type = 'MSC_EXCEPTION_GROUP'
99: and lookup_code = p_exception_group_id;
100: BEGIN
101: l_exception_group_id:= case