DBA Data[Home] [Help]

APPS.QP_DEFAULT_SEG dependencies on QP_VALIDATE

Line 300: IF QP_Validate.Availability_In_Basic(g_SEG_rec.availability_in_basic)

296: g_SEG_rec.availability_in_basic := Get_Availability_In_Basic;
297:
298: IF g_SEG_rec.availability_in_basic IS NOT NULL THEN
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

Line 322: IF QP_Validate.Prc_Context(g_SEG_rec.prc_context_id)

318: g_SEG_rec.prc_context_id := Get_Prc_Context;
319:
320: IF g_SEG_rec.prc_context_id IS NOT NULL THEN
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

Line 344: IF QP_Validate.Seeded(g_SEG_rec.seeded_flag)

340: g_SEG_rec.seeded_flag := Get_Seeded;
341:
342: IF g_SEG_rec.seeded_flag IS NOT NULL THEN
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

Line 366: IF QP_Validate.Seeded_Format_Type(g_SEG_rec.seeded_format_type)

362: g_SEG_rec.seeded_format_type := Get_Seeded_Format_Type;
363:
364: IF g_SEG_rec.seeded_format_type IS NOT NULL THEN
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

Line 388: IF QP_Validate.Seeded_Precedence(g_SEG_rec.seeded_precedence)

384: g_SEG_rec.seeded_precedence := Get_Seeded_Precedence;
385:
386: IF g_SEG_rec.seeded_precedence IS NOT NULL THEN
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

Line 410: IF QP_Validate.Seeded_Segment_Name(g_SEG_rec.seeded_segment_name)

406: g_SEG_rec.seeded_segment_name := Get_Seeded_Segment_Name;
407:
408: IF g_SEG_rec.seeded_segment_name IS NOT NULL THEN
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

Line 432: IF QP_Validate.Seeded_Description_Seg(g_SEG_rec.seeded_description)

428: g_SEG_rec.seeded_description := Get_Seeded_Description;
429:
430: IF g_SEG_rec.seeded_description IS NOT NULL THEN
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

Line 455: IF QP_Validate.User_Description_Seg(g_SEG_rec.user_description)

451: g_SEG_rec.user_description := Get_Seeded_Description;
452:
453: IF g_SEG_rec.user_description IS NOT NULL THEN
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

Line 478: IF QP_Validate.Seeded_Valueset(g_SEG_rec.seeded_valueset_id)

474: g_SEG_rec.seeded_valueset_id := Get_Seeded_Valueset;
475:
476: IF g_SEG_rec.seeded_valueset_id IS NOT NULL THEN
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

Line 500: IF QP_Validate.Segment_code(g_SEG_rec.segment_code)

496: g_SEG_rec.segment_code := Get_Segment_code;
497:
498: IF g_SEG_rec.segment_code IS NOT NULL THEN
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

Line 522: IF QP_Validate.Segment(g_SEG_rec.segment_id)

518: g_SEG_rec.segment_id := Get_Segment;
519:
520: IF g_SEG_rec.segment_id IS NOT NULL THEN
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

Line 544: IF QP_Validate.application_id(g_SEG_rec.application_id)

540: g_SEG_rec.application_id := Get_application_id;
541:
542: IF g_SEG_rec.application_id IS NOT NULL THEN
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

Line 566: IF QP_Validate.Segment_Mapping_Column(g_SEG_rec.segment_mapping_column)

562: g_SEG_rec.segment_mapping_column := Get_Segment_Mapping_Column;
563:
564: IF g_SEG_rec.segment_mapping_column IS NOT NULL THEN
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

Line 588: IF QP_Validate.User_Format_Type(g_SEG_rec.user_format_type)

584: g_SEG_rec.user_format_type := Get_User_Format_Type;
585:
586: IF g_SEG_rec.user_format_type IS NOT NULL THEN
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

Line 610: IF QP_Validate.User_Precedence(g_SEG_rec.user_precedence)

606: g_SEG_rec.user_precedence := Get_User_Precedence;
607:
608: IF g_SEG_rec.user_precedence IS NOT NULL THEN
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

Line 632: IF QP_Validate.User_Segment_Name(g_SEG_rec.user_segment_name)

628: g_SEG_rec.user_segment_name := Get_User_Segment_Name;
629:
630: IF g_SEG_rec.user_segment_name IS NOT NULL THEN
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

Line 654: IF QP_Validate.User_Valueset(g_SEG_rec.user_valueset_id)

650: g_SEG_rec.user_valueset_id := Get_User_Valueset;
651:
652: IF g_SEG_rec.user_valueset_id IS NOT NULL THEN
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

Line 676: IF QP_Validate.required_flag(g_SEG_rec.user_valueset_id)

672: g_SEG_rec.required_flag := Get_Required_Flag;
673:
674: IF g_SEG_rec.required_flag IS NOT NULL THEN
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

Line 700: QP_Validate.party_hierarchy_enabled_flag(g_SEG_rec.party_hierarchy_enabled_flag)

696:
697: IF g_SEG_rec.party_hierarchy_enabled_flag IS NOT NULL THEN
698:
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