DBA Data[Home] [Help]

APPS.QP_QP_FORM_CON dependencies on QP_GLOBALS

Line 71: l_control_rec QP_GLOBALS.Control_Rec_Type;

67: )
68: IS
69: l_CON_rec QP_Attributes_PUB.Con_Rec_Type;
70: l_CON_val_rec QP_Attributes_PUB.Con_Val_Rec_Type;
71: l_control_rec QP_GLOBALS.Control_Rec_Type;
72: l_return_status VARCHAR2(1);
73: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
74: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
75: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 118: l_CON_rec.operation := QP_GLOBALS.G_OPR_CREATE;

114: l_CON_rec.context := NULL;
115:
116: -- Set Operation to Create
117:
118: l_CON_rec.operation := QP_GLOBALS.G_OPR_CREATE;
119:
120: -- Call QP_Attributes_PVT.Process_Attributes
121:
122: QP_Attributes_PVT.Process_Attributes

Line 303: l_control_rec QP_GLOBALS.Control_Rec_Type;

299: IS
300: l_CON_rec QP_Attributes_PUB.Con_Rec_Type;
301: l_old_CON_rec QP_Attributes_PUB.Con_Rec_Type;
302: l_CON_val_rec QP_Attributes_PUB.Con_Val_Rec_Type;
303: l_control_rec QP_GLOBALS.Control_Rec_Type;
304: l_return_status VARCHAR2(1);
305: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
306: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
307: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 407: l_CON_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

403:
404: -- Set Operation.
405:
406: IF FND_API.To_Boolean(l_CON_rec.db_flag) THEN
407: l_CON_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
408: ELSE
409: l_CON_rec.operation := QP_GLOBALS.G_OPR_CREATE;
410: END IF;
411:

Line 409: l_CON_rec.operation := QP_GLOBALS.G_OPR_CREATE;

405:
406: IF FND_API.To_Boolean(l_CON_rec.db_flag) THEN
407: l_CON_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
408: ELSE
409: l_CON_rec.operation := QP_GLOBALS.G_OPR_CREATE;
410: END IF;
411:
412: -- Call QP_Attributes_PVT.Process_Attributes
413:

Line 475: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute1,

471: );
472:
473: -- Return changed attributes.
474:
475: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute1,
476: l_CON_rec.attribute1)
477: THEN
478: x_attribute1 := l_x_CON_rec.attribute1;
479: END IF;

Line 481: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute10,

477: THEN
478: x_attribute1 := l_x_CON_rec.attribute1;
479: END IF;
480:
481: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute10,
482: l_CON_rec.attribute10)
483: THEN
484: x_attribute10 := l_x_CON_rec.attribute10;
485: END IF;

Line 487: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute11,

483: THEN
484: x_attribute10 := l_x_CON_rec.attribute10;
485: END IF;
486:
487: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute11,
488: l_CON_rec.attribute11)
489: THEN
490: x_attribute11 := l_x_CON_rec.attribute11;
491: END IF;

Line 493: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute12,

489: THEN
490: x_attribute11 := l_x_CON_rec.attribute11;
491: END IF;
492:
493: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute12,
494: l_CON_rec.attribute12)
495: THEN
496: x_attribute12 := l_x_CON_rec.attribute12;
497: END IF;

Line 499: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute13,

495: THEN
496: x_attribute12 := l_x_CON_rec.attribute12;
497: END IF;
498:
499: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute13,
500: l_CON_rec.attribute13)
501: THEN
502: x_attribute13 := l_x_CON_rec.attribute13;
503: END IF;

Line 505: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute14,

501: THEN
502: x_attribute13 := l_x_CON_rec.attribute13;
503: END IF;
504:
505: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute14,
506: l_CON_rec.attribute14)
507: THEN
508: x_attribute14 := l_x_CON_rec.attribute14;
509: END IF;

Line 511: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute15,

507: THEN
508: x_attribute14 := l_x_CON_rec.attribute14;
509: END IF;
510:
511: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute15,
512: l_CON_rec.attribute15)
513: THEN
514: x_attribute15 := l_x_CON_rec.attribute15;
515: END IF;

Line 517: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute2,

513: THEN
514: x_attribute15 := l_x_CON_rec.attribute15;
515: END IF;
516:
517: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute2,
518: l_CON_rec.attribute2)
519: THEN
520: x_attribute2 := l_x_CON_rec.attribute2;
521: END IF;

Line 523: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute3,

519: THEN
520: x_attribute2 := l_x_CON_rec.attribute2;
521: END IF;
522:
523: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute3,
524: l_CON_rec.attribute3)
525: THEN
526: x_attribute3 := l_x_CON_rec.attribute3;
527: END IF;

Line 529: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute4,

525: THEN
526: x_attribute3 := l_x_CON_rec.attribute3;
527: END IF;
528:
529: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute4,
530: l_CON_rec.attribute4)
531: THEN
532: x_attribute4 := l_x_CON_rec.attribute4;
533: END IF;

Line 535: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute5,

531: THEN
532: x_attribute4 := l_x_CON_rec.attribute4;
533: END IF;
534:
535: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute5,
536: l_CON_rec.attribute5)
537: THEN
538: x_attribute5 := l_x_CON_rec.attribute5;
539: END IF;

Line 541: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute6,

537: THEN
538: x_attribute5 := l_x_CON_rec.attribute5;
539: END IF;
540:
541: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute6,
542: l_CON_rec.attribute6)
543: THEN
544: x_attribute6 := l_x_CON_rec.attribute6;
545: END IF;

Line 547: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute7,

543: THEN
544: x_attribute6 := l_x_CON_rec.attribute6;
545: END IF;
546:
547: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute7,
548: l_CON_rec.attribute7)
549: THEN
550: x_attribute7 := l_x_CON_rec.attribute7;
551: END IF;

Line 553: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute8,

549: THEN
550: x_attribute7 := l_x_CON_rec.attribute7;
551: END IF;
552:
553: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute8,
554: l_CON_rec.attribute8)
555: THEN
556: x_attribute8 := l_x_CON_rec.attribute8;
557: END IF;

Line 559: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute9,

555: THEN
556: x_attribute8 := l_x_CON_rec.attribute8;
557: END IF;
558:
559: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.attribute9,
560: l_CON_rec.attribute9)
561: THEN
562: x_attribute9 := l_x_CON_rec.attribute9;
563: END IF;

Line 565: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.context,

561: THEN
562: x_attribute9 := l_x_CON_rec.attribute9;
563: END IF;
564:
565: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.context,
566: l_CON_rec.context)
567: THEN
568: x_context := l_x_CON_rec.context;
569: END IF;

Line 571: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.enabled_flag,

567: THEN
568: x_context := l_x_CON_rec.context;
569: END IF;
570:
571: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.enabled_flag,
572: l_CON_rec.enabled_flag)
573: THEN
574: x_enabled_flag := l_x_CON_rec.enabled_flag;
575: x_enabled := l_CON_val_rec.enabled;

Line 578: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.prc_context_code,

574: x_enabled_flag := l_x_CON_rec.enabled_flag;
575: x_enabled := l_CON_val_rec.enabled;
576: END IF;
577:
578: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.prc_context_code,
579: l_CON_rec.prc_context_code)
580: THEN
581: x_prc_context_code := l_x_CON_rec.prc_context_code;
582: END IF;

Line 584: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.prc_context_id,

580: THEN
581: x_prc_context_code := l_x_CON_rec.prc_context_code;
582: END IF;
583:
584: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.prc_context_id,
585: l_CON_rec.prc_context_id)
586: THEN
587: x_prc_context_id := l_x_CON_rec.prc_context_id;
588: x_prc_context := l_CON_val_rec.prc_context;

Line 591: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.prc_context_type,

587: x_prc_context_id := l_x_CON_rec.prc_context_id;
588: x_prc_context := l_CON_val_rec.prc_context;
589: END IF;
590:
591: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.prc_context_type,
592: l_CON_rec.prc_context_type)
593: THEN
594: x_prc_context_type := l_x_CON_rec.prc_context_type;
595: END IF;

Line 597: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.seeded_description,

593: THEN
594: x_prc_context_type := l_x_CON_rec.prc_context_type;
595: END IF;
596:
597: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.seeded_description,
598: l_CON_rec.seeded_description)
599: THEN
600: x_seeded_description := l_x_CON_rec.seeded_description;
601: END IF;

Line 603: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.seeded_flag,

599: THEN
600: x_seeded_description := l_x_CON_rec.seeded_description;
601: END IF;
602:
603: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.seeded_flag,
604: l_CON_rec.seeded_flag)
605: THEN
606: x_seeded_flag := l_x_CON_rec.seeded_flag;
607: x_seeded := l_CON_val_rec.seeded;

Line 610: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.seeded_prc_context_name,

606: x_seeded_flag := l_x_CON_rec.seeded_flag;
607: x_seeded := l_CON_val_rec.seeded;
608: END IF;
609:
610: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.seeded_prc_context_name,
611: l_CON_rec.seeded_prc_context_name)
612: THEN
613: x_seeded_prc_context_name := l_x_CON_rec.seeded_prc_context_name;
614: END IF;

Line 616: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.user_description,

612: THEN
613: x_seeded_prc_context_name := l_x_CON_rec.seeded_prc_context_name;
614: END IF;
615:
616: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.user_description,
617: l_CON_rec.user_description)
618: THEN
619: x_user_description := l_x_CON_rec.user_description;
620: END IF;

Line 622: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.user_prc_context_name,

618: THEN
619: x_user_description := l_x_CON_rec.user_description;
620: END IF;
621:
622: IF NOT QP_GLOBALS.Equal(l_x_CON_rec.user_prc_context_name,
623: l_CON_rec.user_prc_context_name)
624: THEN
625: x_user_prc_context_name := l_x_CON_rec.user_prc_context_name;
626: END IF;

Line 709: l_control_rec QP_GLOBALS.Control_Rec_Type;

705: )
706: IS
707: l_CON_rec QP_Attributes_PUB.Con_Rec_Type;
708: l_old_CON_rec QP_Attributes_PUB.Con_Rec_Type;
709: l_control_rec QP_GLOBALS.Control_Rec_Type;
710: l_return_status VARCHAR2(1);
711: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
712: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
713: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 746: l_CON_rec.operation := QP_GLOBALS.G_OPR_UPDATE;

742:
743: -- Set Operation.
744:
745: IF FND_API.To_Boolean(l_CON_rec.db_flag) THEN
746: l_CON_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
747: ELSE
748: l_CON_rec.operation := QP_GLOBALS.G_OPR_CREATE;
749: END IF;
750:

Line 748: l_CON_rec.operation := QP_GLOBALS.G_OPR_CREATE;

744:
745: IF FND_API.To_Boolean(l_CON_rec.db_flag) THEN
746: l_CON_rec.operation := QP_GLOBALS.G_OPR_UPDATE;
747: ELSE
748: l_CON_rec.operation := QP_GLOBALS.G_OPR_CREATE;
749: END IF;
750:
751: -- Call QP_Attributes_PVT.Process_Attributes
752:

Line 859: l_control_rec QP_GLOBALS.Control_Rec_Type;

855: , p_prc_context_id IN NUMBER
856: )
857: IS
858: l_CON_rec QP_Attributes_PUB.Con_Rec_Type;
859: l_control_rec QP_GLOBALS.Control_Rec_Type;
860: l_return_status VARCHAR2(1);
861: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
862: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
863: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 890: l_CON_rec.operation := QP_GLOBALS.G_OPR_DELETE;

886: );
887:
888: -- Set Operation.
889:
890: l_CON_rec.operation := QP_GLOBALS.G_OPR_DELETE;
891:
892: -- Call QP_Attributes_PVT.Process_Attributes
893:
894: QP_Attributes_PVT.Process_Attributes

Line 983: l_control_rec QP_GLOBALS.Control_Rec_Type;

979: , x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
980: , x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
981: )
982: IS
983: l_control_rec QP_GLOBALS.Control_Rec_Type;
984: l_return_status VARCHAR2(1);
985: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
986: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
987: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 994: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_CON;

990: -- Set control flags.
991:
992: l_control_rec.controlled_operation := TRUE;
993: l_control_rec.process := TRUE;
994: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_CON;
995:
996: l_control_rec.default_attributes := FALSE;
997: l_control_rec.change_attributes := FALSE;
998: l_control_rec.validate_entity := FALSE;

Line 1092: l_control_rec QP_GLOBALS.Control_Rec_Type;

1088: , x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
1089: , x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
1090: )
1091: IS
1092: l_control_rec QP_GLOBALS.Control_Rec_Type;
1093: l_return_status VARCHAR2(1);
1094: l_x_CON_rec QP_Attributes_PUB.Con_Rec_Type;
1095: l_x_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
1096: l_x_SEG_tbl QP_Attributes_PUB.Seg_Tbl_Type;

Line 1103: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_ALL;

1099: -- Set control flags.
1100:
1101: l_control_rec.controlled_operation := TRUE;
1102: l_control_rec.process := TRUE;
1103: l_control_rec.process_entity := QP_GLOBALS.G_ENTITY_ALL;
1104:
1105: l_control_rec.default_attributes := FALSE;
1106: l_control_rec.change_attributes := FALSE;
1107: l_control_rec.validate_entity := FALSE;