DBA Data[Home] [Help]

APPS.QP_QP_FORM_PSG dependencies on QP_GLOBALS

Line 73: l_control_rec QP_GLOBALS.Control_Rec_Type;

69: IS
70: l_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;
71: l_PSG_val_rec QP_Attr_Map_PUB.Psg_Val_Rec_Type;
72: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
73: l_control_rec QP_GLOBALS.Control_Rec_Type;
74: l_return_status VARCHAR2(1);
75: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
76: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
77: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 128: l_PSG_rec.operation := QP_GLOBALS.G_OPR_CREATE;

124: l_PSG_rec.context := NULL;
125:
126: -- Set Operation to Create
127:
128: l_PSG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
129:
130: -- Populate PSG table
131:
132: l_PSG_tbl(1) := l_PSG_rec;

Line 329: l_control_rec QP_GLOBALS.Control_Rec_Type;

325: l_old_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;
326: l_PSG_val_rec QP_Attr_Map_PUB.Psg_Val_Rec_Type;
327: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
328: l_old_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
329: l_control_rec QP_GLOBALS.Control_Rec_Type;
330: l_return_status VARCHAR2(1);
331: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
332: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
333: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 443: l_PSG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

439:
440: -- Set Operation.
441:
442: IF FND_API.To_Boolean(l_PSG_rec.db_flag) THEN
443: l_PSG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
444: ELSE
445: l_PSG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
446: END IF;
447:

Line 445: l_PSG_rec.operation := QP_GLOBALS.G_OPR_CREATE;

441:
442: IF FND_API.To_Boolean(l_PSG_rec.db_flag) THEN
443: l_PSG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
444: ELSE
445: l_PSG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
446: END IF;
447:
448: -- Populate PSG table
449:

Line 525: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute1,

521: );
522:
523: -- Return changed attributes.
524:
525: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute1,
526: l_PSG_rec.attribute1)
527: THEN
528: x_attribute1 := l_x_PSG_rec.attribute1;
529: END IF;

Line 531: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute10,

527: THEN
528: x_attribute1 := l_x_PSG_rec.attribute1;
529: END IF;
530:
531: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute10,
532: l_PSG_rec.attribute10)
533: THEN
534: x_attribute10 := l_x_PSG_rec.attribute10;
535: END IF;

Line 537: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute11,

533: THEN
534: x_attribute10 := l_x_PSG_rec.attribute10;
535: END IF;
536:
537: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute11,
538: l_PSG_rec.attribute11)
539: THEN
540: x_attribute11 := l_x_PSG_rec.attribute11;
541: END IF;

Line 543: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute12,

539: THEN
540: x_attribute11 := l_x_PSG_rec.attribute11;
541: END IF;
542:
543: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute12,
544: l_PSG_rec.attribute12)
545: THEN
546: x_attribute12 := l_x_PSG_rec.attribute12;
547: END IF;

Line 549: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute13,

545: THEN
546: x_attribute12 := l_x_PSG_rec.attribute12;
547: END IF;
548:
549: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute13,
550: l_PSG_rec.attribute13)
551: THEN
552: x_attribute13 := l_x_PSG_rec.attribute13;
553: END IF;

Line 555: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute14,

551: THEN
552: x_attribute13 := l_x_PSG_rec.attribute13;
553: END IF;
554:
555: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute14,
556: l_PSG_rec.attribute14)
557: THEN
558: x_attribute14 := l_x_PSG_rec.attribute14;
559: END IF;

Line 561: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute15,

557: THEN
558: x_attribute14 := l_x_PSG_rec.attribute14;
559: END IF;
560:
561: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute15,
562: l_PSG_rec.attribute15)
563: THEN
564: x_attribute15 := l_x_PSG_rec.attribute15;
565: END IF;

Line 567: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute2,

563: THEN
564: x_attribute15 := l_x_PSG_rec.attribute15;
565: END IF;
566:
567: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute2,
568: l_PSG_rec.attribute2)
569: THEN
570: x_attribute2 := l_x_PSG_rec.attribute2;
571: END IF;

Line 573: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute3,

569: THEN
570: x_attribute2 := l_x_PSG_rec.attribute2;
571: END IF;
572:
573: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute3,
574: l_PSG_rec.attribute3)
575: THEN
576: x_attribute3 := l_x_PSG_rec.attribute3;
577: END IF;

Line 579: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute4,

575: THEN
576: x_attribute3 := l_x_PSG_rec.attribute3;
577: END IF;
578:
579: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute4,
580: l_PSG_rec.attribute4)
581: THEN
582: x_attribute4 := l_x_PSG_rec.attribute4;
583: END IF;

Line 585: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute5,

581: THEN
582: x_attribute4 := l_x_PSG_rec.attribute4;
583: END IF;
584:
585: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute5,
586: l_PSG_rec.attribute5)
587: THEN
588: x_attribute5 := l_x_PSG_rec.attribute5;
589: END IF;

Line 591: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute6,

587: THEN
588: x_attribute5 := l_x_PSG_rec.attribute5;
589: END IF;
590:
591: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute6,
592: l_PSG_rec.attribute6)
593: THEN
594: x_attribute6 := l_x_PSG_rec.attribute6;
595: END IF;

Line 597: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute7,

593: THEN
594: x_attribute6 := l_x_PSG_rec.attribute6;
595: END IF;
596:
597: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute7,
598: l_PSG_rec.attribute7)
599: THEN
600: x_attribute7 := l_x_PSG_rec.attribute7;
601: END IF;

Line 603: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute8,

599: THEN
600: x_attribute7 := l_x_PSG_rec.attribute7;
601: END IF;
602:
603: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute8,
604: l_PSG_rec.attribute8)
605: THEN
606: x_attribute8 := l_x_PSG_rec.attribute8;
607: END IF;

Line 609: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute9,

605: THEN
606: x_attribute8 := l_x_PSG_rec.attribute8;
607: END IF;
608:
609: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.attribute9,
610: l_PSG_rec.attribute9)
611: THEN
612: x_attribute9 := l_x_PSG_rec.attribute9;
613: END IF;

Line 615: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.context,

611: THEN
612: x_attribute9 := l_x_PSG_rec.attribute9;
613: END IF;
614:
615: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.context,
616: l_PSG_rec.context)
617: THEN
618: x_context := l_x_PSG_rec.context;
619: END IF;

Line 621: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.limits_enabled,

617: THEN
618: x_context := l_x_PSG_rec.context;
619: END IF;
620:
621: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.limits_enabled,
622: l_PSG_rec.limits_enabled)
623: THEN
624: x_limits_enabled := l_x_PSG_rec.limits_enabled;
625: END IF;

Line 627: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.lov_enabled,

623: THEN
624: x_limits_enabled := l_x_PSG_rec.limits_enabled;
625: END IF;
626:
627: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.lov_enabled,
628: l_PSG_rec.lov_enabled)
629: THEN
630: x_lov_enabled := l_x_PSG_rec.lov_enabled;
631: END IF;

Line 633: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.pte_code,

629: THEN
630: x_lov_enabled := l_x_PSG_rec.lov_enabled;
631: END IF;
632:
633: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.pte_code,
634: l_PSG_rec.pte_code)
635: THEN
636: x_pte_code := l_x_PSG_rec.pte_code;
637: x_pte := l_PSG_val_rec.pte;

Line 640: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.seeded_sourcing_method,

636: x_pte_code := l_x_PSG_rec.pte_code;
637: x_pte := l_PSG_val_rec.pte;
638: END IF;
639:
640: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.seeded_sourcing_method,
641: l_PSG_rec.seeded_sourcing_method)
642: THEN
643: x_seeded_sourcing_method := l_x_PSG_rec.seeded_sourcing_method;
644: END IF;

Line 646: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.segment_id,

642: THEN
643: x_seeded_sourcing_method := l_x_PSG_rec.seeded_sourcing_method;
644: END IF;
645:
646: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.segment_id,
647: l_PSG_rec.segment_id)
648: THEN
649: x_segment_id := l_x_PSG_rec.segment_id;
650: x_segment := l_PSG_val_rec.segment;

Line 653: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.segment_level,

649: x_segment_id := l_x_PSG_rec.segment_id;
650: x_segment := l_PSG_val_rec.segment;
651: END IF;
652:
653: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.segment_level,
654: l_PSG_rec.segment_level)
655: THEN
656: x_segment_level := l_x_PSG_rec.segment_level;
657: END IF;

Line 659: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.segment_pte_id,

655: THEN
656: x_segment_level := l_x_PSG_rec.segment_level;
657: END IF;
658:
659: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.segment_pte_id,
660: l_PSG_rec.segment_pte_id)
661: THEN
662: x_segment_pte_id := l_x_PSG_rec.segment_pte_id;
663: x_segment_pte := l_PSG_val_rec.segment_pte;

Line 666: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.sourcing_enabled,

662: x_segment_pte_id := l_x_PSG_rec.segment_pte_id;
663: x_segment_pte := l_PSG_val_rec.segment_pte;
664: END IF;
665:
666: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.sourcing_enabled,
667: l_PSG_rec.sourcing_enabled)
668: THEN
669: x_sourcing_enabled := l_x_PSG_rec.sourcing_enabled;
670: END IF;

Line 672: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.sourcing_status,

668: THEN
669: x_sourcing_enabled := l_x_PSG_rec.sourcing_enabled;
670: END IF;
671:
672: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.sourcing_status,
673: l_PSG_rec.sourcing_status)
674: THEN
675: x_sourcing_status := l_x_PSG_rec.sourcing_status;
676: END IF;

Line 678: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.user_sourcing_method,

674: THEN
675: x_sourcing_status := l_x_PSG_rec.sourcing_status;
676: END IF;
677:
678: IF NOT QP_GLOBALS.Equal(l_x_PSG_rec.user_sourcing_method,
679: l_PSG_rec.user_sourcing_method)
680: THEN
681: x_user_sourcing_method := l_x_PSG_rec.user_sourcing_method;
682: END IF;

Line 767: l_control_rec QP_GLOBALS.Control_Rec_Type;

763: l_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;
764: l_old_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;
765: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
766: l_old_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
767: l_control_rec QP_GLOBALS.Control_Rec_Type;
768: l_return_status VARCHAR2(1);
769: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
770: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
771: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 812: l_PSG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

808:
809: -- Set Operation.
810:
811: IF FND_API.To_Boolean(l_PSG_rec.db_flag) THEN
812: l_PSG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
813: ELSE
814: l_PSG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
815: END IF;
816:

Line 814: l_PSG_rec.operation := QP_GLOBALS.G_OPR_CREATE;

810:
811: IF FND_API.To_Boolean(l_PSG_rec.db_flag) THEN
812: l_PSG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
813: ELSE
814: l_PSG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
815: END IF;
816:
817: -- Populate PSG table
818:

Line 936: l_control_rec QP_GLOBALS.Control_Rec_Type;

932: )
933: IS
934: l_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;
935: l_PSG_tbl QP_Attr_Map_PUB.Psg_Tbl_Type;
936: l_control_rec QP_GLOBALS.Control_Rec_Type;
937: l_return_status VARCHAR2(1);
938: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
939: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
940: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 975: l_PSG_rec.operation := QP_GLOBALS.G_OPR_DELETE;

971: );
972:
973: -- Set Operation.
974:
975: l_PSG_rec.operation := QP_GLOBALS.G_OPR_DELETE;
976:
977: -- Populate PSG table
978:
979: l_PSG_tbl(1) := l_PSG_rec;

Line 1076: l_control_rec QP_GLOBALS.Control_Rec_Type;

1072: , x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
1073: , x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1074: )
1075: IS
1076: l_control_rec QP_GLOBALS.Control_Rec_Type;
1077: l_return_status VARCHAR2(1);
1078: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
1079: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
1080: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 1095: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_PSG;

1091: -- Set control flags.
1092:
1093: l_control_rec.controlled_operation := TRUE;
1094: l_control_rec.process := TRUE;
1095: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_PSG;
1096:
1097: l_control_rec.default_attributes := FALSE;
1098: l_control_rec.change_attributes := FALSE;
1099: l_control_rec.validate_entity := FALSE;