DBA Data[Home] [Help]

APPS.QP_QP_FORM_SEG dependencies on QP_GLOBALS

Line 84: l_control_rec QP_GLOBALS.Control_Rec_Type;

80: IS
81: l_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
82: l_SEG_val_rec QP_Attributes_PUB.Seg_Val_Rec_Type;
83: l_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;
84: l_control_rec QP_GLOBALS.Control_Rec_Type;
85: l_return_status VARCHAR2(1);
86: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
87: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
88: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 131: l_SEG_rec.operation := QP_GLOBALS.G_OPR_CREATE;

127: l_SEG_rec.context := NULL;
128:
129: -- Set Operation to Create
130:
131: l_SEG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
132:
133: -- Populate SEG table
134:
135: l_SEG_tbl(1) := l_SEG_rec;

Line 350: l_control_rec QP_GLOBALS.Control_Rec_Type;

346: l_old_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
347: l_SEG_val_rec QP_Attributes_PUB.Seg_Val_Rec_Type;
348: l_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;
349: l_old_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;
350: l_control_rec QP_GLOBALS.Control_Rec_Type;
351: l_return_status VARCHAR2(1);
352: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
353: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
354: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 475: l_SEG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

471:
472: -- Set Operation.
473:
474: IF FND_API.To_Boolean(l_SEG_rec.db_flag) THEN
475: l_SEG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
476: ELSE
477: l_SEG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
478: END IF;
479:

Line 477: l_SEG_rec.operation := QP_GLOBALS.G_OPR_CREATE;

473:
474: IF FND_API.To_Boolean(l_SEG_rec.db_flag) THEN
475: l_SEG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
476: ELSE
477: l_SEG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
478: END IF;
479:
480: -- Populate SEG table
481:

Line 564: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute1,

560: );
561:
562: -- Return changed attributes.
563:
564: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute1,
565: l_SEG_rec.attribute1)
566: THEN
567: x_attribute1 := l_x_SEG_rec.attribute1;
568: END IF;

Line 570: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute10,

566: THEN
567: x_attribute1 := l_x_SEG_rec.attribute1;
568: END IF;
569:
570: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute10,
571: l_SEG_rec.attribute10)
572: THEN
573: x_attribute10 := l_x_SEG_rec.attribute10;
574: END IF;

Line 576: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute11,

572: THEN
573: x_attribute10 := l_x_SEG_rec.attribute10;
574: END IF;
575:
576: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute11,
577: l_SEG_rec.attribute11)
578: THEN
579: x_attribute11 := l_x_SEG_rec.attribute11;
580: END IF;

Line 582: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute12,

578: THEN
579: x_attribute11 := l_x_SEG_rec.attribute11;
580: END IF;
581:
582: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute12,
583: l_SEG_rec.attribute12)
584: THEN
585: x_attribute12 := l_x_SEG_rec.attribute12;
586: END IF;

Line 588: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute13,

584: THEN
585: x_attribute12 := l_x_SEG_rec.attribute12;
586: END IF;
587:
588: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute13,
589: l_SEG_rec.attribute13)
590: THEN
591: x_attribute13 := l_x_SEG_rec.attribute13;
592: END IF;

Line 594: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute14,

590: THEN
591: x_attribute13 := l_x_SEG_rec.attribute13;
592: END IF;
593:
594: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute14,
595: l_SEG_rec.attribute14)
596: THEN
597: x_attribute14 := l_x_SEG_rec.attribute14;
598: END IF;

Line 600: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute15,

596: THEN
597: x_attribute14 := l_x_SEG_rec.attribute14;
598: END IF;
599:
600: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute15,
601: l_SEG_rec.attribute15)
602: THEN
603: x_attribute15 := l_x_SEG_rec.attribute15;
604: END IF;

Line 606: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute2,

602: THEN
603: x_attribute15 := l_x_SEG_rec.attribute15;
604: END IF;
605:
606: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute2,
607: l_SEG_rec.attribute2)
608: THEN
609: x_attribute2 := l_x_SEG_rec.attribute2;
610: END IF;

Line 612: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute3,

608: THEN
609: x_attribute2 := l_x_SEG_rec.attribute2;
610: END IF;
611:
612: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute3,
613: l_SEG_rec.attribute3)
614: THEN
615: x_attribute3 := l_x_SEG_rec.attribute3;
616: END IF;

Line 618: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute4,

614: THEN
615: x_attribute3 := l_x_SEG_rec.attribute3;
616: END IF;
617:
618: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute4,
619: l_SEG_rec.attribute4)
620: THEN
621: x_attribute4 := l_x_SEG_rec.attribute4;
622: END IF;

Line 624: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute5,

620: THEN
621: x_attribute4 := l_x_SEG_rec.attribute4;
622: END IF;
623:
624: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute5,
625: l_SEG_rec.attribute5)
626: THEN
627: x_attribute5 := l_x_SEG_rec.attribute5;
628: END IF;

Line 630: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute6,

626: THEN
627: x_attribute5 := l_x_SEG_rec.attribute5;
628: END IF;
629:
630: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute6,
631: l_SEG_rec.attribute6)
632: THEN
633: x_attribute6 := l_x_SEG_rec.attribute6;
634: END IF;

Line 636: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute7,

632: THEN
633: x_attribute6 := l_x_SEG_rec.attribute6;
634: END IF;
635:
636: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute7,
637: l_SEG_rec.attribute7)
638: THEN
639: x_attribute7 := l_x_SEG_rec.attribute7;
640: END IF;

Line 642: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute8,

638: THEN
639: x_attribute7 := l_x_SEG_rec.attribute7;
640: END IF;
641:
642: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute8,
643: l_SEG_rec.attribute8)
644: THEN
645: x_attribute8 := l_x_SEG_rec.attribute8;
646: END IF;

Line 648: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute9,

644: THEN
645: x_attribute8 := l_x_SEG_rec.attribute8;
646: END IF;
647:
648: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.attribute9,
649: l_SEG_rec.attribute9)
650: THEN
651: x_attribute9 := l_x_SEG_rec.attribute9;
652: END IF;

Line 654: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.availability_in_basic,

650: THEN
651: x_attribute9 := l_x_SEG_rec.attribute9;
652: END IF;
653:
654: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.availability_in_basic,
655: l_SEG_rec.availability_in_basic)
656: THEN
657: x_availability_in_basic := l_x_SEG_rec.availability_in_basic;
658: END IF;

Line 660: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.context,

656: THEN
657: x_availability_in_basic := l_x_SEG_rec.availability_in_basic;
658: END IF;
659:
660: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.context,
661: l_SEG_rec.context)
662: THEN
663: x_context := l_x_SEG_rec.context;
664: END IF;

Line 666: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.prc_context_id,

662: THEN
663: x_context := l_x_SEG_rec.context;
664: END IF;
665:
666: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.prc_context_id,
667: l_SEG_rec.prc_context_id)
668: THEN
669: x_prc_context_id := l_x_SEG_rec.prc_context_id;
670: x_prc_context := l_SEG_val_rec.prc_context;

Line 673: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_flag,

669: x_prc_context_id := l_x_SEG_rec.prc_context_id;
670: x_prc_context := l_SEG_val_rec.prc_context;
671: END IF;
672:
673: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_flag,
674: l_SEG_rec.seeded_flag)
675: THEN
676: x_seeded_flag := l_x_SEG_rec.seeded_flag;
677: x_seeded := l_SEG_val_rec.seeded;

Line 680: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_format_type,

676: x_seeded_flag := l_x_SEG_rec.seeded_flag;
677: x_seeded := l_SEG_val_rec.seeded;
678: END IF;
679:
680: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_format_type,
681: l_SEG_rec.seeded_format_type)
682: THEN
683: x_seeded_format_type := l_x_SEG_rec.seeded_format_type;
684: END IF;

Line 686: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_precedence,

682: THEN
683: x_seeded_format_type := l_x_SEG_rec.seeded_format_type;
684: END IF;
685:
686: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_precedence,
687: l_SEG_rec.seeded_precedence)
688: THEN
689: x_seeded_precedence := l_x_SEG_rec.seeded_precedence;
690: END IF;

Line 692: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_segment_name,

688: THEN
689: x_seeded_precedence := l_x_SEG_rec.seeded_precedence;
690: END IF;
691:
692: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_segment_name,
693: l_SEG_rec.seeded_segment_name)
694: THEN
695: x_seeded_segment_name := l_x_SEG_rec.seeded_segment_name;
696: END IF;

Line 698: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_description,

694: THEN
695: x_seeded_segment_name := l_x_SEG_rec.seeded_segment_name;
696: END IF;
697:
698: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_description,
699: l_SEG_rec.seeded_description)
700: THEN
701: x_seeded_description := l_x_SEG_rec.seeded_description;
702: END IF;

Line 704: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_description,

700: THEN
701: x_seeded_description := l_x_SEG_rec.seeded_description;
702: END IF;
703:
704: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_description,
705: l_SEG_rec.user_description)
706: THEN
707: x_user_description := l_x_SEG_rec.user_description;
708: END IF;

Line 710: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_valueset_id,

706: THEN
707: x_user_description := l_x_SEG_rec.user_description;
708: END IF;
709:
710: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.seeded_valueset_id,
711: l_SEG_rec.seeded_valueset_id)
712: THEN
713: x_seeded_valueset_id := l_x_SEG_rec.seeded_valueset_id;
714: x_seeded_valueset := l_SEG_val_rec.seeded_valueset;

Line 717: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.segment_code,

713: x_seeded_valueset_id := l_x_SEG_rec.seeded_valueset_id;
714: x_seeded_valueset := l_SEG_val_rec.seeded_valueset;
715: END IF;
716:
717: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.segment_code,
718: l_SEG_rec.segment_code)
719: THEN
720: x_segment_code := l_x_SEG_rec.segment_code;
721: END IF;

Line 723: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.segment_id,

719: THEN
720: x_segment_code := l_x_SEG_rec.segment_code;
721: END IF;
722:
723: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.segment_id,
724: l_SEG_rec.segment_id)
725: THEN
726: x_segment_id := l_x_SEG_rec.segment_id;
727: x_segment := l_SEG_val_rec.segment;

Line 730: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.application_id,

726: x_segment_id := l_x_SEG_rec.segment_id;
727: x_segment := l_SEG_val_rec.segment;
728: END IF;
729:
730: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.application_id,
731: l_SEG_rec.application_id)
732: THEN
733: x_application_id := l_x_SEG_rec.application_id;
734: END IF;

Line 736: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.segment_mapping_column,

732: THEN
733: x_application_id := l_x_SEG_rec.application_id;
734: END IF;
735:
736: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.segment_mapping_column,
737: l_SEG_rec.segment_mapping_column)
738: THEN
739: x_segment_mapping_column := l_x_SEG_rec.segment_mapping_column;
740: END IF;

Line 742: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_format_type,

738: THEN
739: x_segment_mapping_column := l_x_SEG_rec.segment_mapping_column;
740: END IF;
741:
742: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_format_type,
743: l_SEG_rec.user_format_type)
744: THEN
745: x_user_format_type := l_x_SEG_rec.user_format_type;
746: END IF;

Line 748: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_precedence,

744: THEN
745: x_user_format_type := l_x_SEG_rec.user_format_type;
746: END IF;
747:
748: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_precedence,
749: l_SEG_rec.user_precedence)
750: THEN
751: x_user_precedence := l_x_SEG_rec.user_precedence;
752: END IF;

Line 754: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_segment_name,

750: THEN
751: x_user_precedence := l_x_SEG_rec.user_precedence;
752: END IF;
753:
754: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_segment_name,
755: l_SEG_rec.user_segment_name)
756: THEN
757: x_user_segment_name := l_x_SEG_rec.user_segment_name;
758: END IF;

Line 760: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.required_flag,

756: THEN
757: x_user_segment_name := l_x_SEG_rec.user_segment_name;
758: END IF;
759:
760: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.required_flag,
761: l_SEG_rec.required_flag)
762: THEN
763: x_required_flag := NVL(l_x_SEG_rec.required_flag, 'N');
764: END IF;

Line 766: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_valueset_id,

762: THEN
763: x_required_flag := NVL(l_x_SEG_rec.required_flag, 'N');
764: END IF;
765:
766: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.user_valueset_id,
767: l_SEG_rec.user_valueset_id)
768: THEN
769: x_user_valueset_id := l_x_SEG_rec.user_valueset_id;
770: x_user_valueset := l_SEG_val_rec.user_valueset;

Line 773: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.party_hierarchy_enabled_flag,

769: x_user_valueset_id := l_x_SEG_rec.user_valueset_id;
770: x_user_valueset := l_SEG_val_rec.user_valueset;
771: END IF;
772: -- Added for TCA
773: IF NOT QP_GLOBALS.Equal(l_x_SEG_rec.party_hierarchy_enabled_flag,
774: l_SEG_rec.party_hierarchy_enabled_flag)
775: THEN
776: x_party_hierarchy_enabled_flag := NVL(l_x_SEG_rec.party_hierarchy_enabled_flag, 'N');
777: END IF;

Line 862: l_control_rec QP_GLOBALS.Control_Rec_Type;

858: l_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
859: l_old_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
860: l_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;
861: l_old_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;
862: l_control_rec QP_GLOBALS.Control_Rec_Type;
863: l_return_status VARCHAR2(1);
864: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
865: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
866: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 926: l_SEG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

922:
923: -- Set Operation.
924:
925: IF FND_API.To_Boolean(l_SEG_rec.db_flag) THEN
926: l_SEG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
927: ELSE
928: l_SEG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
929: END IF;
930:

Line 928: l_SEG_rec.operation := QP_GLOBALS.G_OPR_CREATE;

924:
925: IF FND_API.To_Boolean(l_SEG_rec.db_flag) THEN
926: l_SEG_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
927: ELSE
928: l_SEG_rec.operation := QP_GLOBALS.G_OPR_CREATE;
929: END IF;
930:
931: -- Populate SEG table
932:

Line 1046: l_control_rec QP_GLOBALS.Control_Rec_Type;

1042: )
1043: IS
1044: l_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
1045: l_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;
1046: l_control_rec QP_GLOBALS.Control_Rec_Type;
1047: l_return_status VARCHAR2(1);
1048: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
1049: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
1050: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 1077: l_SEG_rec.operation := QP_GLOBALS.G_OPR_DELETE;

1073: );
1074:
1075: -- Set Operation.
1076:
1077: l_SEG_rec.operation := QP_GLOBALS.G_OPR_DELETE;
1078:
1079: -- Populate SEG table
1080:
1081: l_SEG_tbl(1) := l_SEG_rec;

Line 1174: l_control_rec QP_GLOBALS.Control_Rec_Type;

1170: , x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
1171: , x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1172: )
1173: IS
1174: l_control_rec QP_GLOBALS.Control_Rec_Type;
1175: l_return_status VARCHAR2(1);
1176: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
1177: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
1178: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 1185: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_SEG;

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