DBA Data[Home] [Help]

APPS.QP_DEFAULT_SEG dependencies on QP_SEG_UTIL

Line 303: QP_Seg_Util.Clear_Dependent_Attr

299:
300: IF QP_Validate.Availability_In_Basic(g_SEG_rec.availability_in_basic)
301: THEN
302: g_p_SEG_rec := g_SEG_rec;
303: QP_Seg_Util.Clear_Dependent_Attr
304: ( p_attr_id => QP_Seg_Util.G_AVAILABILITY_IN_BASIC
305: , p_SEG_rec => g_p_SEG_rec
306: , x_SEG_rec => g_SEG_rec
307: );

Line 304: ( p_attr_id => QP_Seg_Util.G_AVAILABILITY_IN_BASIC

300: IF QP_Validate.Availability_In_Basic(g_SEG_rec.availability_in_basic)
301: THEN
302: g_p_SEG_rec := g_SEG_rec;
303: QP_Seg_Util.Clear_Dependent_Attr
304: ( p_attr_id => QP_Seg_Util.G_AVAILABILITY_IN_BASIC
305: , p_SEG_rec => g_p_SEG_rec
306: , x_SEG_rec => g_SEG_rec
307: );
308: ELSE

Line 325: QP_Seg_Util.Clear_Dependent_Attr

321:
322: IF QP_Validate.Prc_Context(g_SEG_rec.prc_context_id)
323: THEN
324: g_p_SEG_rec := g_SEG_rec;
325: QP_Seg_Util.Clear_Dependent_Attr
326: ( p_attr_id => QP_Seg_Util.G_PRC_CONTEXT
327: , p_SEG_rec => g_p_SEG_rec
328: , x_SEG_rec => g_SEG_rec
329: );

Line 326: ( p_attr_id => QP_Seg_Util.G_PRC_CONTEXT

322: IF QP_Validate.Prc_Context(g_SEG_rec.prc_context_id)
323: THEN
324: g_p_SEG_rec := g_SEG_rec;
325: QP_Seg_Util.Clear_Dependent_Attr
326: ( p_attr_id => QP_Seg_Util.G_PRC_CONTEXT
327: , p_SEG_rec => g_p_SEG_rec
328: , x_SEG_rec => g_SEG_rec
329: );
330: ELSE

Line 347: QP_Seg_Util.Clear_Dependent_Attr

343:
344: IF QP_Validate.Seeded(g_SEG_rec.seeded_flag)
345: THEN
346: g_p_SEG_rec := g_SEG_rec;
347: QP_Seg_Util.Clear_Dependent_Attr
348: ( p_attr_id => QP_Seg_Util.G_SEEDED
349: , p_SEG_rec => g_p_SEG_rec
350: , x_SEG_rec => g_SEG_rec
351: );

Line 348: ( p_attr_id => QP_Seg_Util.G_SEEDED

344: IF QP_Validate.Seeded(g_SEG_rec.seeded_flag)
345: THEN
346: g_p_SEG_rec := g_SEG_rec;
347: QP_Seg_Util.Clear_Dependent_Attr
348: ( p_attr_id => QP_Seg_Util.G_SEEDED
349: , p_SEG_rec => g_p_SEG_rec
350: , x_SEG_rec => g_SEG_rec
351: );
352: ELSE

Line 369: QP_Seg_Util.Clear_Dependent_Attr

365:
366: IF QP_Validate.Seeded_Format_Type(g_SEG_rec.seeded_format_type)
367: THEN
368: g_p_SEG_rec := g_SEG_rec;
369: QP_Seg_Util.Clear_Dependent_Attr
370: ( p_attr_id => QP_Seg_Util.G_SEEDED_FORMAT_TYPE
371: , p_SEG_rec => g_p_SEG_rec
372: , x_SEG_rec => g_SEG_rec
373: );

Line 370: ( p_attr_id => QP_Seg_Util.G_SEEDED_FORMAT_TYPE

366: IF QP_Validate.Seeded_Format_Type(g_SEG_rec.seeded_format_type)
367: THEN
368: g_p_SEG_rec := g_SEG_rec;
369: QP_Seg_Util.Clear_Dependent_Attr
370: ( p_attr_id => QP_Seg_Util.G_SEEDED_FORMAT_TYPE
371: , p_SEG_rec => g_p_SEG_rec
372: , x_SEG_rec => g_SEG_rec
373: );
374: ELSE

Line 391: QP_Seg_Util.Clear_Dependent_Attr

387:
388: IF QP_Validate.Seeded_Precedence(g_SEG_rec.seeded_precedence)
389: THEN
390: g_p_SEG_rec := g_SEG_rec;
391: QP_Seg_Util.Clear_Dependent_Attr
392: ( p_attr_id => QP_Seg_Util.G_SEEDED_PRECEDENCE
393: , p_SEG_rec => g_p_SEG_rec
394: , x_SEG_rec => g_SEG_rec
395: );

Line 392: ( p_attr_id => QP_Seg_Util.G_SEEDED_PRECEDENCE

388: IF QP_Validate.Seeded_Precedence(g_SEG_rec.seeded_precedence)
389: THEN
390: g_p_SEG_rec := g_SEG_rec;
391: QP_Seg_Util.Clear_Dependent_Attr
392: ( p_attr_id => QP_Seg_Util.G_SEEDED_PRECEDENCE
393: , p_SEG_rec => g_p_SEG_rec
394: , x_SEG_rec => g_SEG_rec
395: );
396: ELSE

Line 413: QP_Seg_Util.Clear_Dependent_Attr

409:
410: IF QP_Validate.Seeded_Segment_Name(g_SEG_rec.seeded_segment_name)
411: THEN
412: g_p_SEG_rec := g_SEG_rec;
413: QP_Seg_Util.Clear_Dependent_Attr
414: ( p_attr_id => QP_Seg_Util.G_SEEDED_SEGMENT_NAME
415: , p_SEG_rec => g_p_SEG_rec
416: , x_SEG_rec => g_SEG_rec
417: );

Line 414: ( p_attr_id => QP_Seg_Util.G_SEEDED_SEGMENT_NAME

410: IF QP_Validate.Seeded_Segment_Name(g_SEG_rec.seeded_segment_name)
411: THEN
412: g_p_SEG_rec := g_SEG_rec;
413: QP_Seg_Util.Clear_Dependent_Attr
414: ( p_attr_id => QP_Seg_Util.G_SEEDED_SEGMENT_NAME
415: , p_SEG_rec => g_p_SEG_rec
416: , x_SEG_rec => g_SEG_rec
417: );
418: ELSE

Line 435: QP_Seg_Util.Clear_Dependent_Attr

431:
432: IF QP_Validate.Seeded_Description_Seg(g_SEG_rec.seeded_description)
433: THEN
434: g_p_SEG_rec := g_SEG_rec;
435: QP_Seg_Util.Clear_Dependent_Attr
436: ( p_attr_id => QP_Seg_Util.G_SEEDED_DESCRIPTION
437: , p_SEG_rec => g_p_SEG_rec
438: , x_SEG_rec => g_SEG_rec
439: );

Line 436: ( p_attr_id => QP_Seg_Util.G_SEEDED_DESCRIPTION

432: IF QP_Validate.Seeded_Description_Seg(g_SEG_rec.seeded_description)
433: THEN
434: g_p_SEG_rec := g_SEG_rec;
435: QP_Seg_Util.Clear_Dependent_Attr
436: ( p_attr_id => QP_Seg_Util.G_SEEDED_DESCRIPTION
437: , p_SEG_rec => g_p_SEG_rec
438: , x_SEG_rec => g_SEG_rec
439: );
440: ELSE

Line 458: QP_Seg_Util.Clear_Dependent_Attr

454:
455: IF QP_Validate.User_Description_Seg(g_SEG_rec.user_description)
456: THEN
457: g_p_SEG_rec := g_SEG_rec;
458: QP_Seg_Util.Clear_Dependent_Attr
459: ( p_attr_id => QP_Seg_Util.G_USER_DESCRIPTION
460: , p_SEG_rec => g_p_SEG_rec
461: , x_SEG_rec => g_SEG_rec
462: );

Line 459: ( p_attr_id => QP_Seg_Util.G_USER_DESCRIPTION

455: IF QP_Validate.User_Description_Seg(g_SEG_rec.user_description)
456: THEN
457: g_p_SEG_rec := g_SEG_rec;
458: QP_Seg_Util.Clear_Dependent_Attr
459: ( p_attr_id => QP_Seg_Util.G_USER_DESCRIPTION
460: , p_SEG_rec => g_p_SEG_rec
461: , x_SEG_rec => g_SEG_rec
462: );
463: ELSE

Line 481: QP_Seg_Util.Clear_Dependent_Attr

477:
478: IF QP_Validate.Seeded_Valueset(g_SEG_rec.seeded_valueset_id)
479: THEN
480: g_p_SEG_rec := g_SEG_rec;
481: QP_Seg_Util.Clear_Dependent_Attr
482: ( p_attr_id => QP_Seg_Util.G_SEEDED_VALUESET
483: , p_SEG_rec => g_p_SEG_rec
484: , x_SEG_rec => g_SEG_rec
485: );

Line 482: ( p_attr_id => QP_Seg_Util.G_SEEDED_VALUESET

478: IF QP_Validate.Seeded_Valueset(g_SEG_rec.seeded_valueset_id)
479: THEN
480: g_p_SEG_rec := g_SEG_rec;
481: QP_Seg_Util.Clear_Dependent_Attr
482: ( p_attr_id => QP_Seg_Util.G_SEEDED_VALUESET
483: , p_SEG_rec => g_p_SEG_rec
484: , x_SEG_rec => g_SEG_rec
485: );
486: ELSE

Line 503: QP_Seg_Util.Clear_Dependent_Attr

499:
500: IF QP_Validate.Segment_code(g_SEG_rec.segment_code)
501: THEN
502: g_p_SEG_rec := g_SEG_rec;
503: QP_Seg_Util.Clear_Dependent_Attr
504: ( p_attr_id => QP_Seg_Util.G_SEGMENT_code
505: , p_SEG_rec => g_p_SEG_rec
506: , x_SEG_rec => g_SEG_rec
507: );

Line 504: ( p_attr_id => QP_Seg_Util.G_SEGMENT_code

500: IF QP_Validate.Segment_code(g_SEG_rec.segment_code)
501: THEN
502: g_p_SEG_rec := g_SEG_rec;
503: QP_Seg_Util.Clear_Dependent_Attr
504: ( p_attr_id => QP_Seg_Util.G_SEGMENT_code
505: , p_SEG_rec => g_p_SEG_rec
506: , x_SEG_rec => g_SEG_rec
507: );
508: ELSE

Line 525: QP_Seg_Util.Clear_Dependent_Attr

521:
522: IF QP_Validate.Segment(g_SEG_rec.segment_id)
523: THEN
524: g_p_SEG_rec := g_SEG_rec;
525: QP_Seg_Util.Clear_Dependent_Attr
526: ( p_attr_id => QP_Seg_Util.G_SEGMENT
527: , p_SEG_rec => g_p_SEG_rec
528: , x_SEG_rec => g_SEG_rec
529: );

Line 526: ( p_attr_id => QP_Seg_Util.G_SEGMENT

522: IF QP_Validate.Segment(g_SEG_rec.segment_id)
523: THEN
524: g_p_SEG_rec := g_SEG_rec;
525: QP_Seg_Util.Clear_Dependent_Attr
526: ( p_attr_id => QP_Seg_Util.G_SEGMENT
527: , p_SEG_rec => g_p_SEG_rec
528: , x_SEG_rec => g_SEG_rec
529: );
530: ELSE

Line 547: QP_Seg_Util.Clear_Dependent_Attr

543:
544: IF QP_Validate.application_id(g_SEG_rec.application_id)
545: THEN
546: g_p_SEG_rec := g_SEG_rec;
547: QP_Seg_Util.Clear_Dependent_Attr
548: ( p_attr_id => QP_Seg_Util.G_APPLICATION_ID
549: , p_SEG_rec => g_p_SEG_rec
550: , x_SEG_rec => g_SEG_rec
551: );

Line 548: ( p_attr_id => QP_Seg_Util.G_APPLICATION_ID

544: IF QP_Validate.application_id(g_SEG_rec.application_id)
545: THEN
546: g_p_SEG_rec := g_SEG_rec;
547: QP_Seg_Util.Clear_Dependent_Attr
548: ( p_attr_id => QP_Seg_Util.G_APPLICATION_ID
549: , p_SEG_rec => g_p_SEG_rec
550: , x_SEG_rec => g_SEG_rec
551: );
552: ELSE

Line 569: QP_Seg_Util.Clear_Dependent_Attr

565:
566: IF QP_Validate.Segment_Mapping_Column(g_SEG_rec.segment_mapping_column)
567: THEN
568: g_p_SEG_rec := g_SEG_rec;
569: QP_Seg_Util.Clear_Dependent_Attr
570: ( p_attr_id => QP_Seg_Util.G_SEGMENT_MAPPING_COLUMN
571: , p_SEG_rec => g_p_SEG_rec
572: , x_SEG_rec => g_SEG_rec
573: );

Line 570: ( p_attr_id => QP_Seg_Util.G_SEGMENT_MAPPING_COLUMN

566: IF QP_Validate.Segment_Mapping_Column(g_SEG_rec.segment_mapping_column)
567: THEN
568: g_p_SEG_rec := g_SEG_rec;
569: QP_Seg_Util.Clear_Dependent_Attr
570: ( p_attr_id => QP_Seg_Util.G_SEGMENT_MAPPING_COLUMN
571: , p_SEG_rec => g_p_SEG_rec
572: , x_SEG_rec => g_SEG_rec
573: );
574: ELSE

Line 591: QP_Seg_Util.Clear_Dependent_Attr

587:
588: IF QP_Validate.User_Format_Type(g_SEG_rec.user_format_type)
589: THEN
590: g_p_SEG_rec := g_SEG_rec;
591: QP_Seg_Util.Clear_Dependent_Attr
592: ( p_attr_id => QP_Seg_Util.G_USER_FORMAT_TYPE
593: , p_SEG_rec => g_p_SEG_rec
594: , x_SEG_rec => g_SEG_rec
595: );

Line 592: ( p_attr_id => QP_Seg_Util.G_USER_FORMAT_TYPE

588: IF QP_Validate.User_Format_Type(g_SEG_rec.user_format_type)
589: THEN
590: g_p_SEG_rec := g_SEG_rec;
591: QP_Seg_Util.Clear_Dependent_Attr
592: ( p_attr_id => QP_Seg_Util.G_USER_FORMAT_TYPE
593: , p_SEG_rec => g_p_SEG_rec
594: , x_SEG_rec => g_SEG_rec
595: );
596: ELSE

Line 613: QP_Seg_Util.Clear_Dependent_Attr

609:
610: IF QP_Validate.User_Precedence(g_SEG_rec.user_precedence)
611: THEN
612: g_p_SEG_rec := g_SEG_rec;
613: QP_Seg_Util.Clear_Dependent_Attr
614: ( p_attr_id => QP_Seg_Util.G_USER_PRECEDENCE
615: , p_SEG_rec => g_p_SEG_rec
616: , x_SEG_rec => g_SEG_rec
617: );

Line 614: ( p_attr_id => QP_Seg_Util.G_USER_PRECEDENCE

610: IF QP_Validate.User_Precedence(g_SEG_rec.user_precedence)
611: THEN
612: g_p_SEG_rec := g_SEG_rec;
613: QP_Seg_Util.Clear_Dependent_Attr
614: ( p_attr_id => QP_Seg_Util.G_USER_PRECEDENCE
615: , p_SEG_rec => g_p_SEG_rec
616: , x_SEG_rec => g_SEG_rec
617: );
618: ELSE

Line 635: QP_Seg_Util.Clear_Dependent_Attr

631:
632: IF QP_Validate.User_Segment_Name(g_SEG_rec.user_segment_name)
633: THEN
634: g_p_SEG_rec := g_SEG_rec;
635: QP_Seg_Util.Clear_Dependent_Attr
636: ( p_attr_id => QP_Seg_Util.G_USER_SEGMENT_NAME
637: , p_SEG_rec => g_p_SEG_rec
638: , x_SEG_rec => g_SEG_rec
639: );

Line 636: ( p_attr_id => QP_Seg_Util.G_USER_SEGMENT_NAME

632: IF QP_Validate.User_Segment_Name(g_SEG_rec.user_segment_name)
633: THEN
634: g_p_SEG_rec := g_SEG_rec;
635: QP_Seg_Util.Clear_Dependent_Attr
636: ( p_attr_id => QP_Seg_Util.G_USER_SEGMENT_NAME
637: , p_SEG_rec => g_p_SEG_rec
638: , x_SEG_rec => g_SEG_rec
639: );
640: ELSE

Line 657: QP_Seg_Util.Clear_Dependent_Attr

653:
654: IF QP_Validate.User_Valueset(g_SEG_rec.user_valueset_id)
655: THEN
656: g_p_SEG_rec := g_SEG_rec;
657: QP_Seg_Util.Clear_Dependent_Attr
658: ( p_attr_id => QP_Seg_Util.G_USER_VALUESET
659: , p_SEG_rec => g_p_SEG_rec
660: , x_SEG_rec => g_SEG_rec
661: );

Line 658: ( p_attr_id => QP_Seg_Util.G_USER_VALUESET

654: IF QP_Validate.User_Valueset(g_SEG_rec.user_valueset_id)
655: THEN
656: g_p_SEG_rec := g_SEG_rec;
657: QP_Seg_Util.Clear_Dependent_Attr
658: ( p_attr_id => QP_Seg_Util.G_USER_VALUESET
659: , p_SEG_rec => g_p_SEG_rec
660: , x_SEG_rec => g_SEG_rec
661: );
662: ELSE

Line 679: QP_Seg_Util.Clear_Dependent_Attr

675:
676: IF QP_Validate.required_flag(g_SEG_rec.user_valueset_id)
677: THEN
678: g_p_SEG_rec := g_SEG_rec;
679: QP_Seg_Util.Clear_Dependent_Attr
680: ( p_attr_id => QP_Seg_Util.G_REQUIRED_FLAG
681: , p_SEG_rec => g_p_SEG_rec
682: , x_SEG_rec => g_SEG_rec
683: );

Line 680: ( p_attr_id => QP_Seg_Util.G_REQUIRED_FLAG

676: IF QP_Validate.required_flag(g_SEG_rec.user_valueset_id)
677: THEN
678: g_p_SEG_rec := g_SEG_rec;
679: QP_Seg_Util.Clear_Dependent_Attr
680: ( p_attr_id => QP_Seg_Util.G_REQUIRED_FLAG
681: , p_SEG_rec => g_p_SEG_rec
682: , x_SEG_rec => g_SEG_rec
683: );
684: ELSE

Line 703: QP_Seg_Util.Clear_Dependent_Attr

699: IF
700: QP_Validate.party_hierarchy_enabled_flag(g_SEG_rec.party_hierarchy_enabled_flag)
701: THEN
702: g_p_SEG_rec := g_SEG_rec;
703: QP_Seg_Util.Clear_Dependent_Attr
704: ( p_attr_id => QP_Seg_Util.G_PARTY_HIERARCHY_ENABLED_FLAG
705: , p_SEG_rec => g_p_SEG_rec
706: , x_SEG_rec => g_SEG_rec
707: );

Line 704: ( p_attr_id => QP_Seg_Util.G_PARTY_HIERARCHY_ENABLED_FLAG

700: QP_Validate.party_hierarchy_enabled_flag(g_SEG_rec.party_hierarchy_enabled_flag)
701: THEN
702: g_p_SEG_rec := g_SEG_rec;
703: QP_Seg_Util.Clear_Dependent_Attr
704: ( p_attr_id => QP_Seg_Util.G_PARTY_HIERARCHY_ENABLED_FLAG
705: , p_SEG_rec => g_p_SEG_rec
706: , x_SEG_rec => g_SEG_rec
707: );
708: ELSE