DBA Data[Home] [Help]

APPS.CSD_SOO_PVT dependencies on OE_LOOKUPS

Line 198: oe_lookups lkp

194: CURSOR c_OM_LINE_STATUS(c_om_line_status_code VARCHAR2) IS
195: select
196: lkp.meaning status_name
197: from
198: oe_lookups lkp
199: where
200: lkp.lookup_type = 'LINE_FLOW_STATUS'
201: and lkp.lookup_code = c_om_line_status_code
202: and enabled_flag = 'Y'