DBA Data[Home] [Help]

APPS.QP_MODIFIER_UPGRADE_PVT dependencies on QP_RLTD_MODIFIERS

Line 358: x_rltd_modifier_id QP_RLTD_MODIFIERS.RLTD_MODIFIER_ID%TYPE;

354: v_product_flag BOOLEAN := FALSE;
355: v_discount_level VARCHAR2(20);
356: v_line_type_code VARCHAR2(10);
357: v_pricing_phase_id NUMBER;
358: x_rltd_modifier_id QP_RLTD_MODIFIERS.RLTD_MODIFIER_ID%TYPE;
359: v_lines_flag BOOLEAN := FALSE;
360: v_new_flag BOOLEAN := TRUE;
361: v_seq_num NUMBER := 0;
362: v_new_line_flag BOOLEAN := TRUE;

Line 1516: -- from_rltd_modifier_id of the qp_rltd_modifiers table

1512: -- v_product_flag = TRUE
1513: -- For entity ids related to Products
1514: -- If Qualifier Exists then v_qualification_ind = 1, atleast there is 1 qualifier(Price list)
1515: -- For PBH parent line it is 1 , and not null because it is not there in the
1516: -- from_rltd_modifier_id of the qp_rltd_modifiers table
1517:
1518: IF (v_product_flag = TRUE) THEN
1519: v_qualification_ind := 1;
1520: END IF;