DBA Data[Home] [Help]

APPS.QP_ADD_ITEM_PRCLIST_PVT dependencies on QP_PRICING_ATTRIBUTES_S

Line 413: values (qp_pricing_attributes_s.nextval,

409: comparison_operator_code, --2814272
410: attribute_grouping_no
411: -- Bug 5202021 RAVI
412: ,ORIG_SYS_PRICING_ATTR_REF)
413: values (qp_pricing_attributes_s.nextval,
414: sysdate, -- Bug No: 7281484
415: l_user_id,
416: sysdate, -- Bug No: 7281484
417: l_user_id,

Line 437: ,qp_pricing_attributes_s.currval);

433: 'N',
434: 'BETWEEN', --2814272
435: l_attr_grp_s
436: -- Bug 5202021 RAVI
437: ,qp_pricing_attributes_s.currval);
438:
439: END IF;
440:
441: l_index := l_item_tbl.NEXT(l_index);

Line 585: values (qp_pricing_attributes_s.nextval,

581: comparison_operator_code, --2814272
582: ATTRIBUTE_GROUPING_NO
583: -- Bug 5202021 RAVI
584: ,ORIG_SYS_PRICING_ATTR_REF)
585: values (qp_pricing_attributes_s.nextval,
586: sysdate, -- Bug No: 7281484
587: l_user_id,
588: sysdate, -- Bug No: 7281484
589: l_user_id,

Line 609: ,qp_pricing_attributes_s.currval);

605: 'N',
606: 'BETWEEN', --2814272
607: l_attr_grp_s
608: -- Bug 5202021 RAVI
609: ,qp_pricing_attributes_s.currval);
610:
611: END IF;
612:
613: l_index := l_item_tbl.NEXT(l_index);