DBA Data[Home] [Help]

APPS.OE_CHARGE_PVT dependencies on QP_PRICING_PHASES

Line 1151: from qp_pricing_phases a, qp_event_phases b

1147: --check if the freeze_override_flag set to Y
1148: Begin
1149: select a.freeze_override_flag
1150: into l_freeze_override_flag
1151: from qp_pricing_phases a, qp_event_phases b
1152: where a.pricing_phase_id = b.pricing_phase_id
1153: and b.pricing_event_code='SHIP'
1154: and a.pricing_phase_id =l_list_line_info.pricing_phase_id;
1155: