DBA Data[Home] [Help]

APPS.QP_VALIDATE_MODIFIERS dependencies on QP_EVENT_PHASES

Line 1766: from qp_event_phases

1762:
1763: IF (p_MODIFIERS_rec.list_line_type_code IN ('PRG','IUE','OID','CIE','TSN')) THEN
1764: begin
1765: select 'Y' into l_phase_price_evt
1766: from qp_event_phases
1767: where pricing_event_code = 'PRICE'
1768: and pricing_phase_id = p_MODIFIERS_rec.PRICING_PHASE_ID;
1769: exception
1770: WHEN no_data_found THEN