DBA Data[Home] [Help]

APPS.ONT_FREIGHT_UTIL dependencies on QP_PRICING_PHASES

Line 245: from qp_pricing_phases a, qp_event_phases b

241: ********************************************/
242: Begin
243: select a.freeze_override_flag
244: into l_freeze_override_flag
245: from qp_pricing_phases a, qp_event_phases b
246: where a.pricing_phase_id = b.pricing_phase_id
247: and b.pricing_event_code='SHIP'
248: and a.pricing_phase_id =l_list_line_info.pricing_phase_id;
249: