DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on QP_PREQ_GRP

Line 570: l_Price_Control_Rec QP_PREQ_GRP.control_record_type;

566: -- End of Shipping Integration Variables
567: l_verify_payment_flag VARCHAR2(30) := 'N';
568: idx NUMBER; --ER 12363706
569: i pls_integer;
570: l_Price_Control_Rec QP_PREQ_GRP.control_record_type;
571: l_freeze_method VARCHAR2(30);
572: l_count NUMBER := 0;
573: l_copy_adjustments boolean := FALSE;
574: l_copy_pricing_attributes boolean := FALSE;

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

5444: and (nvl(Oe_Config_Pvt.oecfg_configuration_pricing,'N')='N'))
5445: THEN
5446:
5447: l_Price_Control_Rec.pricing_event := 'PRICE';
5448: l_Price_Control_Rec.calculate_flag := QP_PREQ_GRP.G_SEARCH_N_CALCULATE;
5449: l_Price_Control_Rec.Simulation_Flag := 'N';
5450:
5451: l_x_line_tbl(1) := p_x_line_rec;
5452: IF NOT l_zero_line_qty THEN