DBA Data[Home] [Help]

APPS.MST_CM_DETAILS dependencies on MFG_LOOKUPS

Line 173: from mfg_lookups

169: l_meaning varchar2(100);
170:
171: cursor loading_status(p_del_leg_count NUMBER) is
172: select meaning
173: from mfg_lookups
174: where lookup_type = 'MST_YES_NO'
175: and lookup_code = 1;
176:
177: BEGIN