DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on MFG_LOOKUPS

Line 277: FROM mfg_lookups

273: l_stmt_num := 101;
274: IF (p_orderby = 1 or p_orderby = 2) THEN
275: select meaning
276: into l_order_by
277: FROM mfg_lookups
278: WHERE LOOKUP_TYPE = 'CST_ACR_REPORT_SORT'
279: AND LOOKUP_CODE = p_orderby;
280: ELSE
281: l_order_by := ' ';