DBA Data[Home] [Help]

APPS.MSC_PHUB_UTIL dependencies on MFG_LOOKUPS

Line 61: from mfg_lookups

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