DBA Data[Home] [Help]

APPS.QP_DEFAULT_PLL_PRICING_ATTR dependencies on QP_VALIDATE

Line 528: IF QP_Validate.Accumulate(g_PRICING_ATTR_rec.accumulate_flag)

524: g_PRICING_ATTR_rec.accumulate_flag := Get_Accumulate;
525:
526: IF g_PRICING_ATTR_rec.accumulate_flag IS NOT NULL THEN
527:
528: IF QP_Validate.Accumulate(g_PRICING_ATTR_rec.accumulate_flag)
529: THEN
530: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
531: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
532: ( p_attr_id => Qp_pll_pricing_attr_Util.G_ACCUMULATE

Line 550: IF QP_Validate.Attribute_Grouping_No(g_PRICING_ATTR_rec.attribute_grouping_no)

546: g_PRICING_ATTR_rec.attribute_grouping_no := Get_Attribute_Grouping_No;
547:
548: IF g_PRICING_ATTR_rec.attribute_grouping_no IS NOT NULL THEN
549:
550: IF QP_Validate.Attribute_Grouping_No(g_PRICING_ATTR_rec.attribute_grouping_no)
551: THEN
552: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
553: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
554: ( p_attr_id => Qp_pll_pricing_attr_Util.G_ATTRIBUTE_GROUPING_NO

Line 572: IF QP_Validate.Excluder(g_PRICING_ATTR_rec.excluder_flag)

568: g_PRICING_ATTR_rec.excluder_flag := Get_Excluder;
569:
570: IF g_PRICING_ATTR_rec.excluder_flag IS NOT NULL THEN
571:
572: IF QP_Validate.Excluder(g_PRICING_ATTR_rec.excluder_flag)
573: THEN
574: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
575: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
576: ( p_attr_id => Qp_pll_pricing_attr_Util.G_EXCLUDER

Line 594: IF QP_Validate.List_Line(g_PRICING_ATTR_rec.list_line_id)

590: g_PRICING_ATTR_rec.list_line_id := Get_List_Line;
591:
592: IF g_PRICING_ATTR_rec.list_line_id IS NOT NULL THEN
593:
594: IF QP_Validate.List_Line(g_PRICING_ATTR_rec.list_line_id)
595: THEN
596: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
597: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
598: ( p_attr_id => Qp_pll_pricing_attr_Util.G_LIST_LINE

Line 623: IF QP_Validate.List_Header(g_PRICING_ATTR_rec.list_header_id)

619: Get_List_Header(p_PRICING_ATTR_rec.list_line_id);
620:
621: IF g_PRICING_ATTR_rec.list_header_id IS NOT NULL THEN
622:
623: IF QP_Validate.List_Header(g_PRICING_ATTR_rec.list_header_id)
624: THEN
625: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
626: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
627: ( p_attr_id => Qp_pll_pricing_attr_Util.G_LIST_HEADER

Line 645: IF QP_Validate.Pricing_Phase(g_PRICING_ATTR_rec.pricing_phase_id)

641: g_PRICING_ATTR_rec.pricing_phase_id := Get_Pricing_Phase;
642:
643: IF g_PRICING_ATTR_rec.pricing_phase_id IS NOT NULL THEN
644:
645: IF QP_Validate.Pricing_Phase(g_PRICING_ATTR_rec.pricing_phase_id)
646: THEN
647: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
648: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
649: ( p_attr_id => Qp_pll_pricing_attr_Util.G_LIST_HEADER

Line 667: IF QP_Validate.Pricing_Attribute_Context(g_PRICING_ATTR_rec.pricing_attribute_context)

663: g_PRICING_ATTR_rec.pricing_attribute_context := Get_Pricing_Attribute_Context;
664:
665: IF g_PRICING_ATTR_rec.pricing_attribute_context IS NOT NULL THEN
666:
667: IF QP_Validate.Pricing_Attribute_Context(g_PRICING_ATTR_rec.pricing_attribute_context)
668: THEN
669: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
670: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
671: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRICING_ATTRIBUTE_CONTEXT

Line 689: IF QP_Validate.Pricing_Attribute(g_PRICING_ATTR_rec.pricing_attribute)

685: g_PRICING_ATTR_rec.pricing_attribute := Get_Pricing_Attribute;
686:
687: IF g_PRICING_ATTR_rec.pricing_attribute IS NOT NULL THEN
688:
689: IF QP_Validate.Pricing_Attribute(g_PRICING_ATTR_rec.pricing_attribute)
690: THEN
691: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
692: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
693: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRICING_ATTRIBUTE

Line 711: IF QP_Validate.Pricing_Attr_Value_From(g_PRICING_ATTR_rec.pricing_attr_value_from)

707: g_PRICING_ATTR_rec.pricing_attr_value_from := Get_Pricing_Attr_Value_From;
708:
709: IF g_PRICING_ATTR_rec.pricing_attr_value_from IS NOT NULL THEN
710:
711: IF QP_Validate.Pricing_Attr_Value_From(g_PRICING_ATTR_rec.pricing_attr_value_from)
712: THEN
713: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
714: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
715: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRICING_ATTR_VALUE_FROM

Line 733: IF QP_Validate.Pricing_Attr_Value_To(g_PRICING_ATTR_rec.pricing_attr_value_to)

729: g_PRICING_ATTR_rec.pricing_attr_value_to := Get_Pricing_Attr_Value_To;
730:
731: IF g_PRICING_ATTR_rec.pricing_attr_value_to IS NOT NULL THEN
732:
733: IF QP_Validate.Pricing_Attr_Value_To(g_PRICING_ATTR_rec.pricing_attr_value_to)
734: THEN
735: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
736: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
737: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRICING_ATTR_VALUE_TO

Line 759: IF QP_Validate.Pricing_Attribute_Datatype(g_PRICING_ATTR_rec.pricing_attribute_datatype)

755:
756:
757: IF g_PRICING_ATTR_rec.pricing_attribute_datatype IS NOT NULL THEN
758:
759: IF QP_Validate.Pricing_Attribute_Datatype(g_PRICING_ATTR_rec.pricing_attribute_datatype)
760: THEN
761: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
762: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
763: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRICING_ATTRIBUTE_DATATYPE

Line 781: IF QP_Validate.Pricing_Attribute(g_PRICING_ATTR_rec.pricing_attribute_id)

777: g_PRICING_ATTR_rec.pricing_attribute_id := Get_Pricing_Attribute_Id;
778:
779: IF g_PRICING_ATTR_rec.pricing_attribute_id IS NOT NULL THEN
780:
781: IF QP_Validate.Pricing_Attribute(g_PRICING_ATTR_rec.pricing_attribute_id)
782: THEN
783: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
784: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
785: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRICING_ATTRIBUTE

Line 803: IF QP_Validate.comparison_operator(g_PRICING_ATTR_rec.comparison_operator_code)

799: g_PRICING_ATTR_rec.comparison_operator_code := Get_Comparison_Operator_Code;
800:
801: IF g_PRICING_ATTR_rec.comparison_operator_code IS NOT NULL THEN
802:
803: IF QP_Validate.comparison_operator(g_PRICING_ATTR_rec.comparison_operator_code)
804: THEN
805: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
806: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
807: ( p_attr_id => Qp_pll_pricing_attr_Util.G_COMPARISON_OPERATOR_CODE

Line 830: IF QP_Validate.From_Rltd_Modifier_Id(g_PRICING_ATTR_rec.from_rltd_modifier_id)

826: /*
827:
828: IF g_PRICING_ATTR_rec.from_rltd_modifier_id IS NOT NULL THEN
829:
830: IF QP_Validate.From_Rltd_Modifier_Id(g_PRICING_ATTR_rec.from_rltd_modifier_id)
831: THEN
832: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
833: ( p_attr_id => Qp_pll_pricing_attr_Util.G_FROM_RLTD_MODIFIER
834: , p_PRICING_ATTR_rec => g_PRICING_ATTR_rec

Line 853: IF QP_Validate.Product_Attribute_Context(g_PRICING_ATTR_rec.product_attribute_context)

849: g_PRICING_ATTR_rec.product_attribute_context := Get_Product_Attribute_Context;
850:
851: IF g_PRICING_ATTR_rec.product_attribute_context IS NOT NULL THEN
852:
853: IF QP_Validate.Product_Attribute_Context(g_PRICING_ATTR_rec.product_attribute_context)
854: THEN
855: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
856: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
857: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRODUCT_ATTRIBUTE_CONTEXT

Line 875: IF QP_Validate.Product_Attribute(g_PRICING_ATTR_rec.product_attribute)

871: g_PRICING_ATTR_rec.product_attribute := Get_Product_Attribute;
872:
873: IF g_PRICING_ATTR_rec.product_attribute IS NOT NULL THEN
874:
875: IF QP_Validate.Product_Attribute(g_PRICING_ATTR_rec.product_attribute)
876: THEN
877: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
878: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
879: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRODUCT_ATTRIBUTE

Line 898: IF QP_Validate.Product_Attr_Value(g_PRICING_ATTR_rec.product_attr_value)

894: g_PRICING_ATTR_rec.product_attr_value := Get_Product_Attr_Value;
895:
896: IF g_PRICING_ATTR_rec.product_attr_value IS NOT NULL THEN
897:
898: IF QP_Validate.Product_Attr_Value(g_PRICING_ATTR_rec.product_attr_value)
899: THEN
900: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
901: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
902: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRODUCT_ATTR_VALUE

Line 924: IF QP_Validate.Product_Attribute_Datatype(g_PRICING_ATTR_rec.product_attribute_datatype)

920:
921:
922: IF g_PRICING_ATTR_rec.product_attribute_datatype IS NOT NULL THEN
923:
924: IF QP_Validate.Product_Attribute_Datatype(g_PRICING_ATTR_rec.product_attribute_datatype)
925: THEN
926: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
927: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
928: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRODUCT_ATTRIBUTE_DATATYPE

Line 948: IF QP_Validate.Product_Uom(g_PRICING_ATTR_rec.product_uom_code)

944: g_PRICING_ATTR_rec.product_uom_code := Get_Product_Uom;
945:
946: IF g_PRICING_ATTR_rec.product_uom_code IS NOT NULL THEN
947:
948: IF QP_Validate.Product_Uom(g_PRICING_ATTR_rec.product_uom_code)
949: THEN
950: g_p_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
951: Qp_pll_pricing_attr_Util.Clear_Dependent_Attr
952: ( p_attr_id => Qp_pll_pricing_attr_Util.G_PRODUCT_UOM