DBA Data[Home] [Help]

APPS.QP_QP_FORM_FNA dependencies on QP_GLOBALS

Line 86: l_control_rec QP_GLOBALS.Control_Rec_Type;

82: IS
83: l_FNA_rec QP_Attr_Map_PUB.Fna_Rec_Type;
84: l_FNA_val_rec QP_Attr_Map_PUB.Fna_Val_Rec_Type;
85: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
86: l_control_rec QP_GLOBALS.Control_Rec_Type;
87: l_return_status VARCHAR2(1);
88: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
89: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
90: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 141: l_FNA_rec.operation := QP_GLOBALS.G_OPR_CREATE;

137: l_FNA_rec.context := NULL;
138:
139: -- Set Operation to Create
140:
141: l_FNA_rec.operation := QP_GLOBALS.G_OPR_CREATE;
142:
143: -- Populate FNA table
144:
145: l_FNA_tbl(1) := l_FNA_rec;

Line 336: l_control_rec QP_GLOBALS.Control_Rec_Type;

332: l_old_FNA_rec QP_Attr_Map_PUB.Fna_Rec_Type;
333: l_FNA_val_rec QP_Attr_Map_PUB.Fna_Val_Rec_Type;
334: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
335: l_old_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
336: l_control_rec QP_GLOBALS.Control_Rec_Type;
337: l_return_status VARCHAR2(1);
338: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
339: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
340: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 438: l_FNA_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

434:
435: -- Set Operation.
436:
437: IF FND_API.To_Boolean(l_FNA_rec.db_flag) THEN
438: l_FNA_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
439: ELSE
440: l_FNA_rec.operation := QP_GLOBALS.G_OPR_CREATE;
441: END IF;
442:

Line 440: l_FNA_rec.operation := QP_GLOBALS.G_OPR_CREATE;

436:
437: IF FND_API.To_Boolean(l_FNA_rec.db_flag) THEN
438: l_FNA_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
439: ELSE
440: l_FNA_rec.operation := QP_GLOBALS.G_OPR_CREATE;
441: END IF;
442:
443: -- Populate FNA table
444:

Line 517: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute1,

513: );
514:
515: -- Return changed attributes.
516:
517: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute1,
518: l_FNA_rec.attribute1)
519: THEN
520: x_attribute1 := l_x_FNA_rec.attribute1;
521: END IF;

Line 523: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute10,

519: THEN
520: x_attribute1 := l_x_FNA_rec.attribute1;
521: END IF;
522:
523: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute10,
524: l_FNA_rec.attribute10)
525: THEN
526: x_attribute10 := l_x_FNA_rec.attribute10;
527: END IF;

Line 529: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute11,

525: THEN
526: x_attribute10 := l_x_FNA_rec.attribute10;
527: END IF;
528:
529: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute11,
530: l_FNA_rec.attribute11)
531: THEN
532: x_attribute11 := l_x_FNA_rec.attribute11;
533: END IF;

Line 535: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute12,

531: THEN
532: x_attribute11 := l_x_FNA_rec.attribute11;
533: END IF;
534:
535: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute12,
536: l_FNA_rec.attribute12)
537: THEN
538: x_attribute12 := l_x_FNA_rec.attribute12;
539: END IF;

Line 541: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute13,

537: THEN
538: x_attribute12 := l_x_FNA_rec.attribute12;
539: END IF;
540:
541: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute13,
542: l_FNA_rec.attribute13)
543: THEN
544: x_attribute13 := l_x_FNA_rec.attribute13;
545: END IF;

Line 547: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute14,

543: THEN
544: x_attribute13 := l_x_FNA_rec.attribute13;
545: END IF;
546:
547: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute14,
548: l_FNA_rec.attribute14)
549: THEN
550: x_attribute14 := l_x_FNA_rec.attribute14;
551: END IF;

Line 553: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute15,

549: THEN
550: x_attribute14 := l_x_FNA_rec.attribute14;
551: END IF;
552:
553: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute15,
554: l_FNA_rec.attribute15)
555: THEN
556: x_attribute15 := l_x_FNA_rec.attribute15;
557: END IF;

Line 559: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute2,

555: THEN
556: x_attribute15 := l_x_FNA_rec.attribute15;
557: END IF;
558:
559: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute2,
560: l_FNA_rec.attribute2)
561: THEN
562: x_attribute2 := l_x_FNA_rec.attribute2;
563: END IF;

Line 565: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute3,

561: THEN
562: x_attribute2 := l_x_FNA_rec.attribute2;
563: END IF;
564:
565: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute3,
566: l_FNA_rec.attribute3)
567: THEN
568: x_attribute3 := l_x_FNA_rec.attribute3;
569: END IF;

Line 571: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute4,

567: THEN
568: x_attribute3 := l_x_FNA_rec.attribute3;
569: END IF;
570:
571: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute4,
572: l_FNA_rec.attribute4)
573: THEN
574: x_attribute4 := l_x_FNA_rec.attribute4;
575: END IF;

Line 577: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute5,

573: THEN
574: x_attribute4 := l_x_FNA_rec.attribute4;
575: END IF;
576:
577: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute5,
578: l_FNA_rec.attribute5)
579: THEN
580: x_attribute5 := l_x_FNA_rec.attribute5;
581: END IF;

Line 583: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute6,

579: THEN
580: x_attribute5 := l_x_FNA_rec.attribute5;
581: END IF;
582:
583: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute6,
584: l_FNA_rec.attribute6)
585: THEN
586: x_attribute6 := l_x_FNA_rec.attribute6;
587: END IF;

Line 589: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute7,

585: THEN
586: x_attribute6 := l_x_FNA_rec.attribute6;
587: END IF;
588:
589: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute7,
590: l_FNA_rec.attribute7)
591: THEN
592: x_attribute7 := l_x_FNA_rec.attribute7;
593: END IF;

Line 595: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute8,

591: THEN
592: x_attribute7 := l_x_FNA_rec.attribute7;
593: END IF;
594:
595: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute8,
596: l_FNA_rec.attribute8)
597: THEN
598: x_attribute8 := l_x_FNA_rec.attribute8;
599: END IF;

Line 601: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute9,

597: THEN
598: x_attribute8 := l_x_FNA_rec.attribute8;
599: END IF;
600:
601: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.attribute9,
602: l_FNA_rec.attribute9)
603: THEN
604: x_attribute9 := l_x_FNA_rec.attribute9;
605: END IF;

Line 607: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.context,

603: THEN
604: x_attribute9 := l_x_FNA_rec.attribute9;
605: END IF;
606:
607: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.context,
608: l_FNA_rec.context)
609: THEN
610: x_context := l_x_FNA_rec.context;
611: END IF;

Line 613: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.enabled_flag,

609: THEN
610: x_context := l_x_FNA_rec.context;
611: END IF;
612:
613: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.enabled_flag,
614: l_FNA_rec.enabled_flag)
615: THEN
616: x_enabled_flag := l_x_FNA_rec.enabled_flag;
617: x_enabled := l_FNA_val_rec.enabled;

Line 620: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.functional_area_id,

616: x_enabled_flag := l_x_FNA_rec.enabled_flag;
617: x_enabled := l_FNA_val_rec.enabled;
618: END IF;
619:
620: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.functional_area_id,
621: l_FNA_rec.functional_area_id)
622: THEN
623: x_functional_area_id := l_x_FNA_rec.functional_area_id;
624: x_functional_area := l_FNA_val_rec.functional_area;

Line 627: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.pte_sourcesystem_fnarea_id,

623: x_functional_area_id := l_x_FNA_rec.functional_area_id;
624: x_functional_area := l_FNA_val_rec.functional_area;
625: END IF;
626:
627: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.pte_sourcesystem_fnarea_id,
628: l_FNA_rec.pte_sourcesystem_fnarea_id)
629: THEN
630: x_pte_sourcesystem_fnarea_id := l_x_FNA_rec.pte_sourcesystem_fnarea_id;
631: x_pte_sourcesystem_fnarea := l_FNA_val_rec.pte_sourcesystem_fnarea;

Line 634: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.pte_source_system_id,

630: x_pte_sourcesystem_fnarea_id := l_x_FNA_rec.pte_sourcesystem_fnarea_id;
631: x_pte_sourcesystem_fnarea := l_FNA_val_rec.pte_sourcesystem_fnarea;
632: END IF;
633:
634: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.pte_source_system_id,
635: l_FNA_rec.pte_source_system_id)
636: THEN
637: x_pte_source_system_id := l_x_FNA_rec.pte_source_system_id;
638: x_pte_source_system := l_FNA_val_rec.pte_source_system;

Line 641: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.seeded_flag,

637: x_pte_source_system_id := l_x_FNA_rec.pte_source_system_id;
638: x_pte_source_system := l_FNA_val_rec.pte_source_system;
639: END IF;
640:
641: IF NOT QP_GLOBALS.Equal(l_x_FNA_rec.seeded_flag,
642: l_FNA_rec.seeded_flag)
643: THEN
644: x_seeded_flag := l_x_FNA_rec.seeded_flag;
645: x_seeded := l_FNA_val_rec.seeded;

Line 731: l_control_rec QP_GLOBALS.Control_Rec_Type;

727: l_FNA_rec QP_Attr_Map_PUB.Fna_Rec_Type;
728: l_old_FNA_rec QP_Attr_Map_PUB.Fna_Rec_Type;
729: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
730: l_old_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
731: l_control_rec QP_GLOBALS.Control_Rec_Type;
732: l_return_status VARCHAR2(1);
733: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
734: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
735: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 776: l_FNA_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

772:
773: -- Set Operation.
774:
775: IF FND_API.To_Boolean(l_FNA_rec.db_flag) THEN
776: l_FNA_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
777: ELSE
778: l_FNA_rec.operation := QP_GLOBALS.G_OPR_CREATE;
779: END IF;
780:

Line 778: l_FNA_rec.operation := QP_GLOBALS.G_OPR_CREATE;

774:
775: IF FND_API.To_Boolean(l_FNA_rec.db_flag) THEN
776: l_FNA_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
777: ELSE
778: l_FNA_rec.operation := QP_GLOBALS.G_OPR_CREATE;
779: END IF;
780:
781: -- Populate FNA table
782:

Line 900: l_control_rec QP_GLOBALS.Control_Rec_Type;

896: )
897: IS
898: l_FNA_rec QP_Attr_Map_PUB.Fna_Rec_Type;
899: l_FNA_tbl QP_Attr_Map_PUB.Fna_Tbl_Type;
900: l_control_rec QP_GLOBALS.Control_Rec_Type;
901: l_return_status VARCHAR2(1);
902: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
903: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
904: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 939: l_FNA_rec.operation := QP_GLOBALS.G_OPR_DELETE;

935: );
936:
937: -- Set Operation.
938:
939: l_FNA_rec.operation := QP_GLOBALS.G_OPR_DELETE;
940:
941: -- Populate FNA table
942:
943: l_FNA_tbl(1) := l_FNA_rec;

Line 1040: l_control_rec QP_GLOBALS.Control_Rec_Type;

1036: , x_msg_count OUT NOCOPY NUMBER
1037: , x_msg_data OUT NOCOPY VARCHAR2
1038: )
1039: IS
1040: l_control_rec QP_GLOBALS.Control_Rec_Type;
1041: l_return_status VARCHAR2(1);
1042: l_x_PTE_rec QP_Attr_Map_PUB.Pte_Rec_Type;
1043: l_x_RQT_rec QP_Attr_Map_PUB.Rqt_Rec_Type;
1044: l_x_RQT_tbl QP_Attr_Map_PUB.Rqt_Tbl_Type;

Line 1059: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_FNA;

1055: -- Set control flags.
1056:
1057: l_control_rec.controlled_operation := TRUE;
1058: l_control_rec.process := TRUE;
1059: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_FNA;
1060:
1061: l_control_rec.default_attributes := FALSE;
1062: l_control_rec.change_attributes := FALSE;
1063: l_control_rec.validate_entity := FALSE;