DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on QP_PREQ_GRP

Line 386: l_Price_Control_Rec QP_PREQ_GRP.control_record_type;

382: l_qty_return_status VARCHAR2(1);
383: -- End of Shipping Integration Variables
384: l_verify_payment_flag VARCHAR2(30) := 'N';
385: i pls_integer;
386: l_Price_Control_Rec QP_PREQ_GRP.control_record_type;
387: l_freeze_method VARCHAR2(30);
388: l_count NUMBER := 0;
389: l_copy_adjustments boolean := FALSE;
390: l_copy_pricing_attributes boolean := FALSE;

Line 4419: l_Price_Control_Rec.calculate_flag := QP_PREQ_GRP.G_SEARCH_N_CALCULATE;

4415: and (nvl(Oe_Config_Pvt.oecfg_configuration_pricing,'N')='N'))
4416: THEN
4417:
4418: l_Price_Control_Rec.pricing_event := 'PRICE';
4419: l_Price_Control_Rec.calculate_flag := QP_PREQ_GRP.G_SEARCH_N_CALCULATE;
4420: l_Price_Control_Rec.Simulation_Flag := 'N';
4421:
4422: l_x_line_tbl(1) := p_x_line_rec;
4423: IF NOT l_zero_line_qty THEN