DBA Data[Home] [Help]

APPS.QP_QP_FORM_PRICING_ATTR dependencies on QP_GLOBALS

Line 81: l_control_rec QP_GLOBALS.Control_Rec_Type;

77: IS
78: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
79: l_PRICING_ATTR_val_rec QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type;
80: l_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
81: l_control_rec QP_GLOBALS.Control_Rec_Type;
82: l_return_status VARCHAR2(1);
83: l_x_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;
84: l_x_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
85: l_x_MODIFIERS_tbl QP_Modifiers_PUB.Modifiers_Tbl_Type;

Line 136: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_CREATE;

132: l_PRICING_ATTR_rec.context := NULL;
133:
134: -- Set Operation to Create
135:
136: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_CREATE;
137:
138: -- Populate PRICING_ATTR table
139:
140: oe_debug_pub.add(to_char(l_PRICING_ATTR_rec.attribute_grouping_no)||'attr_grp_no QPXFPRAB');

Line 352: l_control_rec QP_GLOBALS.Control_Rec_Type;

348: l_old_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
349: l_PRICING_ATTR_val_rec QP_Modifiers_PUB.Pricing_Attr_Val_Rec_Type;
350: l_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
351: l_old_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
352: l_control_rec QP_GLOBALS.Control_Rec_Type;
353: l_return_status VARCHAR2(1);
354: l_x_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;
355: l_x_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
356: l_x_MODIFIERS_tbl QP_Modifiers_PUB.Modifiers_Tbl_Type;

Line 481: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

477: OE_Debug_PUB.add('operation');
478: -- Set Operation.
479:
480: IF FND_API.To_Boolean(l_PRICING_ATTR_rec.db_flag) THEN
481: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
482: ELSE
483: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_CREATE;
484: END IF;
485:

Line 483: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_CREATE;

479:
480: IF FND_API.To_Boolean(l_PRICING_ATTR_rec.db_flag) THEN
481: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
482: ELSE
483: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_CREATE;
484: END IF;
485:
486: -- Populate PRICING_ATTR table
487:

Line 570: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.accumulate_flag,

566: );
567:
568: -- Return changed attributes.
569:
570: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.accumulate_flag,
571: l_PRICING_ATTR_rec.accumulate_flag)
572: THEN
573: x_accumulate_flag := l_x_PRICING_ATTR_rec.accumulate_flag;
574: x_accumulate := l_PRICING_ATTR_val_rec.accumulate;

Line 577: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute1,

573: x_accumulate_flag := l_x_PRICING_ATTR_rec.accumulate_flag;
574: x_accumulate := l_PRICING_ATTR_val_rec.accumulate;
575: END IF;
576:
577: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute1,
578: l_PRICING_ATTR_rec.attribute1)
579: THEN
580: x_attribute1 := l_x_PRICING_ATTR_rec.attribute1;
581: END IF;

Line 583: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute10,

579: THEN
580: x_attribute1 := l_x_PRICING_ATTR_rec.attribute1;
581: END IF;
582:
583: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute10,
584: l_PRICING_ATTR_rec.attribute10)
585: THEN
586: x_attribute10 := l_x_PRICING_ATTR_rec.attribute10;
587: END IF;

Line 589: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute11,

585: THEN
586: x_attribute10 := l_x_PRICING_ATTR_rec.attribute10;
587: END IF;
588:
589: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute11,
590: l_PRICING_ATTR_rec.attribute11)
591: THEN
592: x_attribute11 := l_x_PRICING_ATTR_rec.attribute11;
593: END IF;

Line 595: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute12,

591: THEN
592: x_attribute11 := l_x_PRICING_ATTR_rec.attribute11;
593: END IF;
594:
595: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute12,
596: l_PRICING_ATTR_rec.attribute12)
597: THEN
598: x_attribute12 := l_x_PRICING_ATTR_rec.attribute12;
599: END IF;

Line 601: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute13,

597: THEN
598: x_attribute12 := l_x_PRICING_ATTR_rec.attribute12;
599: END IF;
600:
601: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute13,
602: l_PRICING_ATTR_rec.attribute13)
603: THEN
604: x_attribute13 := l_x_PRICING_ATTR_rec.attribute13;
605: END IF;

Line 607: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute14,

603: THEN
604: x_attribute13 := l_x_PRICING_ATTR_rec.attribute13;
605: END IF;
606:
607: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute14,
608: l_PRICING_ATTR_rec.attribute14)
609: THEN
610: x_attribute14 := l_x_PRICING_ATTR_rec.attribute14;
611: END IF;

Line 613: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute15,

609: THEN
610: x_attribute14 := l_x_PRICING_ATTR_rec.attribute14;
611: END IF;
612:
613: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute15,
614: l_PRICING_ATTR_rec.attribute15)
615: THEN
616: x_attribute15 := l_x_PRICING_ATTR_rec.attribute15;
617: END IF;

Line 619: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute2,

615: THEN
616: x_attribute15 := l_x_PRICING_ATTR_rec.attribute15;
617: END IF;
618:
619: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute2,
620: l_PRICING_ATTR_rec.attribute2)
621: THEN
622: x_attribute2 := l_x_PRICING_ATTR_rec.attribute2;
623: END IF;

Line 625: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute3,

621: THEN
622: x_attribute2 := l_x_PRICING_ATTR_rec.attribute2;
623: END IF;
624:
625: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute3,
626: l_PRICING_ATTR_rec.attribute3)
627: THEN
628: x_attribute3 := l_x_PRICING_ATTR_rec.attribute3;
629: END IF;

Line 631: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute4,

627: THEN
628: x_attribute3 := l_x_PRICING_ATTR_rec.attribute3;
629: END IF;
630:
631: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute4,
632: l_PRICING_ATTR_rec.attribute4)
633: THEN
634: x_attribute4 := l_x_PRICING_ATTR_rec.attribute4;
635: END IF;

Line 637: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute5,

633: THEN
634: x_attribute4 := l_x_PRICING_ATTR_rec.attribute4;
635: END IF;
636:
637: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute5,
638: l_PRICING_ATTR_rec.attribute5)
639: THEN
640: x_attribute5 := l_x_PRICING_ATTR_rec.attribute5;
641: END IF;

Line 643: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute6,

639: THEN
640: x_attribute5 := l_x_PRICING_ATTR_rec.attribute5;
641: END IF;
642:
643: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute6,
644: l_PRICING_ATTR_rec.attribute6)
645: THEN
646: x_attribute6 := l_x_PRICING_ATTR_rec.attribute6;
647: END IF;

Line 649: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute7,

645: THEN
646: x_attribute6 := l_x_PRICING_ATTR_rec.attribute6;
647: END IF;
648:
649: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute7,
650: l_PRICING_ATTR_rec.attribute7)
651: THEN
652: x_attribute7 := l_x_PRICING_ATTR_rec.attribute7;
653: END IF;

Line 655: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute8,

651: THEN
652: x_attribute7 := l_x_PRICING_ATTR_rec.attribute7;
653: END IF;
654:
655: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute8,
656: l_PRICING_ATTR_rec.attribute8)
657: THEN
658: x_attribute8 := l_x_PRICING_ATTR_rec.attribute8;
659: END IF;

Line 661: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute9,

657: THEN
658: x_attribute8 := l_x_PRICING_ATTR_rec.attribute8;
659: END IF;
660:
661: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute9,
662: l_PRICING_ATTR_rec.attribute9)
663: THEN
664: x_attribute9 := l_x_PRICING_ATTR_rec.attribute9;
665: END IF;

Line 667: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute_grouping_no,

663: THEN
664: x_attribute9 := l_x_PRICING_ATTR_rec.attribute9;
665: END IF;
666:
667: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.attribute_grouping_no,
668: l_PRICING_ATTR_rec.attribute_grouping_no)
669: THEN
670: x_attribute_grouping_no := l_x_PRICING_ATTR_rec.attribute_grouping_no;
671: END IF;

Line 673: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.context,

669: THEN
670: x_attribute_grouping_no := l_x_PRICING_ATTR_rec.attribute_grouping_no;
671: END IF;
672:
673: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.context,
674: l_PRICING_ATTR_rec.context)
675: THEN
676: x_context := l_x_PRICING_ATTR_rec.context;
677: END IF;

Line 679: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.excluder_flag,

675: THEN
676: x_context := l_x_PRICING_ATTR_rec.context;
677: END IF;
678:
679: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.excluder_flag,
680: l_PRICING_ATTR_rec.excluder_flag)
681: THEN
682: x_excluder_flag := l_x_PRICING_ATTR_rec.excluder_flag;
683: x_excluder := l_PRICING_ATTR_val_rec.excluder;

Line 686: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.list_line_id,

682: x_excluder_flag := l_x_PRICING_ATTR_rec.excluder_flag;
683: x_excluder := l_PRICING_ATTR_val_rec.excluder;
684: END IF;
685:
686: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.list_line_id,
687: l_PRICING_ATTR_rec.list_line_id)
688: THEN
689: x_list_line_id := l_x_PRICING_ATTR_rec.list_line_id;
690: x_list_line := l_PRICING_ATTR_val_rec.list_line;

Line 693: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attribute,

689: x_list_line_id := l_x_PRICING_ATTR_rec.list_line_id;
690: x_list_line := l_PRICING_ATTR_val_rec.list_line;
691: END IF;
692:
693: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attribute,
694: l_PRICING_ATTR_rec.pricing_attribute)
695: THEN
696: x_pricing_attribute := l_x_PRICING_ATTR_rec.pricing_attribute;
697: END IF;

Line 699: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attribute_context,

695: THEN
696: x_pricing_attribute := l_x_PRICING_ATTR_rec.pricing_attribute;
697: END IF;
698:
699: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attribute_context,
700: l_PRICING_ATTR_rec.pricing_attribute_context)
701: THEN
702: x_pricing_attribute_context := l_x_PRICING_ATTR_rec.pricing_attribute_context;
703: END IF;

Line 705: /* IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attribute_id,

701: THEN
702: x_pricing_attribute_context := l_x_PRICING_ATTR_rec.pricing_attribute_context;
703: END IF;
704:
705: /* IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attribute_id,
706: l_PRICING_ATTR_rec.pricing_attribute_id)
707: THEN
708: x_pricing_attribute_id := l_x_PRICING_ATTR_rec.pricing_attribute_id;
709: x_pricing_attribute := l_PRICING_ATTR_val_rec.pricing_attribute;

Line 712: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attr_value_from,

708: x_pricing_attribute_id := l_x_PRICING_ATTR_rec.pricing_attribute_id;
709: x_pricing_attribute := l_PRICING_ATTR_val_rec.pricing_attribute;
710: END IF;
711: */
712: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attr_value_from,
713: l_PRICING_ATTR_rec.pricing_attr_value_from)
714: THEN
715: x_pricing_attr_value_from := l_x_PRICING_ATTR_rec.pricing_attr_value_from;
716: END IF;

Line 718: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attr_value_to,

714: THEN
715: x_pricing_attr_value_from := l_x_PRICING_ATTR_rec.pricing_attr_value_from;
716: END IF;
717:
718: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attr_value_to,
719: l_PRICING_ATTR_rec.pricing_attr_value_to)
720: THEN
721: x_pricing_attr_value_to := l_x_PRICING_ATTR_rec.pricing_attr_value_to;
722: END IF;

Line 724: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_attribute,

720: THEN
721: x_pricing_attr_value_to := l_x_PRICING_ATTR_rec.pricing_attr_value_to;
722: END IF;
723:
724: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_attribute,
725: l_PRICING_ATTR_rec.product_attribute)
726: THEN
727: x_product_attribute := l_x_PRICING_ATTR_rec.product_attribute;
728: END IF;

Line 730: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_attribute_context,

726: THEN
727: x_product_attribute := l_x_PRICING_ATTR_rec.product_attribute;
728: END IF;
729:
730: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_attribute_context,
731: l_PRICING_ATTR_rec.product_attribute_context)
732: THEN
733: x_product_attribute_context := l_x_PRICING_ATTR_rec.product_attribute_context;
734: END IF;

Line 736: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_attr_value,

732: THEN
733: x_product_attribute_context := l_x_PRICING_ATTR_rec.product_attribute_context;
734: END IF;
735:
736: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_attr_value,
737: l_PRICING_ATTR_rec.product_attr_value)
738: THEN
739: x_product_attr_value := l_x_PRICING_ATTR_rec.product_attr_value;
740: END IF;

Line 742: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_uom_code,

738: THEN
739: x_product_attr_value := l_x_PRICING_ATTR_rec.product_attr_value;
740: END IF;
741:
742: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_uom_code,
743: l_PRICING_ATTR_rec.product_uom_code)
744: THEN
745: x_product_uom_code := l_x_PRICING_ATTR_rec.product_uom_code;
746: x_product_uom := l_PRICING_ATTR_val_rec.product_uom;

Line 749: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_attribute_datatype,

745: x_product_uom_code := l_x_PRICING_ATTR_rec.product_uom_code;
746: x_product_uom := l_PRICING_ATTR_val_rec.product_uom;
747: END IF;
748:
749: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.product_attribute_datatype,
750: l_PRICING_ATTR_rec.product_attribute_datatype)
751: THEN
752: x_product_attribute_datatype := l_x_PRICING_ATTR_rec.product_attribute_datatype;
753: END IF;

Line 755: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attribute_datatype,

751: THEN
752: x_product_attribute_datatype := l_x_PRICING_ATTR_rec.product_attribute_datatype;
753: END IF;
754:
755: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.pricing_attribute_datatype,
756: l_PRICING_ATTR_rec.pricing_attribute_datatype)
757: THEN
758: x_pricing_attribute_datatype := l_x_PRICING_ATTR_rec.pricing_attribute_datatype;
759: END IF;

Line 761: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.comparison_operator_code,

757: THEN
758: x_pricing_attribute_datatype := l_x_PRICING_ATTR_rec.pricing_attribute_datatype;
759: END IF;
760:
761: IF NOT QP_GLOBALS.Equal(l_x_PRICING_ATTR_rec.comparison_operator_code,
762: l_PRICING_ATTR_rec.comparison_operator_code)
763: THEN
764: x_comparison_operator_code := l_x_PRICING_ATTR_rec.comparison_operator_code;
765: END IF;

Line 851: l_control_rec QP_GLOBALS.Control_Rec_Type;

847: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
848: l_old_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
849: l_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
850: l_old_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
851: l_control_rec QP_GLOBALS.Control_Rec_Type;
852: l_return_status VARCHAR2(1);
853: l_x_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;
854: l_x_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
855: l_x_MODIFIERS_tbl QP_Modifiers_PUB.Modifiers_Tbl_Type;

Line 894: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

890:
891: -- Set Operation.
892:
893: IF FND_API.To_Boolean(l_PRICING_ATTR_rec.db_flag) THEN
894: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
895: ELSE
896: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_CREATE;
897: END IF;
898:

Line 896: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_CREATE;

892:
893: IF FND_API.To_Boolean(l_PRICING_ATTR_rec.db_flag) THEN
894: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
895: ELSE
896: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_CREATE;
897: END IF;
898:
899: -- Populate PRICING_ATTR table
900:

Line 1017: l_control_rec QP_GLOBALS.Control_Rec_Type;

1013: )
1014: IS
1015: l_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1016: l_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1017: l_control_rec QP_GLOBALS.Control_Rec_Type;
1018: l_return_status VARCHAR2(1);
1019: l_x_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;
1020: l_x_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
1021: l_x_MODIFIERS_tbl QP_Modifiers_PUB.Modifiers_Tbl_Type;

Line 1054: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_DELETE;

1050: );
1051:
1052: -- Set Operation.
1053:
1054: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_DELETE;
1055:
1056: -- Populate PRICING_ATTR table
1057:
1058: l_PRICING_ATTR_tbl(1) := l_PRICING_ATTR_rec;

Line 1062: p_entity_code => QP_GLOBALS.G_ENTITY_Price_List_Line,

1058: l_PRICING_ATTR_tbl(1) := l_PRICING_ATTR_rec;
1059:
1060: -- Call QP_Modifiers_PVT.Process_MODIFIERS
1061: qp_delayed_requests_PVT.log_request(
1062: p_entity_code => QP_GLOBALS.G_ENTITY_Price_List_Line,
1063: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1064: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Price_List_Line,
1065: p_requesting_entity_id => l_PRICING_ATTR_rec.list_line_id,
1066: p_request_type =>QP_GLOBALS.G_UPDATE_LINE_QUAL_IND,

Line 1064: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Price_List_Line,

1060: -- Call QP_Modifiers_PVT.Process_MODIFIERS
1061: qp_delayed_requests_PVT.log_request(
1062: p_entity_code => QP_GLOBALS.G_ENTITY_Price_List_Line,
1063: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1064: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Price_List_Line,
1065: p_requesting_entity_id => l_PRICING_ATTR_rec.list_line_id,
1066: p_request_type =>QP_GLOBALS.G_UPDATE_LINE_QUAL_IND,
1067: x_return_status => l_return_status);
1068:

Line 1066: p_request_type =>QP_GLOBALS.G_UPDATE_LINE_QUAL_IND,

1062: p_entity_code => QP_GLOBALS.G_ENTITY_Price_List_Line,
1063: p_entity_id => l_PRICING_ATTR_rec.list_line_id,
1064: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_Price_List_Line,
1065: p_requesting_entity_id => l_PRICING_ATTR_rec.list_line_id,
1066: p_request_type =>QP_GLOBALS.G_UPDATE_LINE_QUAL_IND,
1067: x_return_status => l_return_status);
1068:
1069: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
1070:

Line 1170: l_control_rec QP_GLOBALS.Control_Rec_Type;

1166: , x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
1167: , x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1168: )
1169: IS
1170: l_control_rec QP_GLOBALS.Control_Rec_Type;
1171: l_return_status VARCHAR2(1);
1172: l_x_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;
1173: l_x_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;
1174: l_x_MODIFIERS_tbl QP_Modifiers_PUB.Modifiers_Tbl_Type;

Line 1187: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_PRICING_ATTR;

1183: -- Set control flags.
1184:
1185: l_control_rec.controlled_operation := TRUE;
1186: l_control_rec.process := TRUE;
1187: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_PRICING_ATTR;
1188:
1189: l_control_rec.default_attributes := FALSE;
1190: l_control_rec.change_attributes := FALSE;
1191: l_control_rec.validate_entity := FALSE;

Line 1387: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_LOCK;

1383: l_PRICING_ATTR_rec.request_id := p_request_id;
1384: l_PRICING_ATTR_rec.product_attribute_datatype := p_product_attribute_datatype;
1385: l_PRICING_ATTR_rec.pricing_attribute_datatype := p_pricing_attribute_datatype;
1386: l_PRICING_ATTR_rec.comparison_operator_code := p_comparison_operator_code;
1387: l_PRICING_ATTR_rec.operation := QP_GLOBALS.G_OPR_LOCK;
1388:
1389: -- Populate PRICING_ATTR table
1390:
1391: l_PRICING_ATTR_tbl(1) := l_PRICING_ATTR_rec;

Line 2770: p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR

2766: BEGIN
2767: OE_MSG_PUB.initialize;
2768: x_return_status := FND_API.G_RET_STS_SUCCESS;
2769: QP_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(
2770: p_entity_code => QP_GLOBALS.G_ENTITY_PRICING_ATTR
2771: ,p_entity_id => p_list_line_id
2772: ,x_return_status => l_return_status);
2773:
2774: OE_MSG_PUB.Count_And_Get