DBA Data[Home] [Help]

APPS.QP_DEFAULT_PRICE_LIST dependencies on QP_VALIDATE

Line 740: IF QP_Validate.Automatic(g_PRICE_LIST_rec.automatic_flag)

736: g_PRICE_LIST_rec.automatic_flag := Get_Automatic;
737:
738: IF g_PRICE_LIST_rec.automatic_flag IS NOT NULL THEN
739:
740: IF QP_Validate.Automatic(g_PRICE_LIST_rec.automatic_flag)
741: THEN
742: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
743: QP_Price_List_Util.Clear_Dependent_Attr
744: ( p_attr_id => QP_Price_List_Util.G_AUTOMATIC

Line 762: IF QP_Validate.Comments(g_PRICE_LIST_rec.comments)

758: g_PRICE_LIST_rec.comments := Get_Comments;
759:
760: IF g_PRICE_LIST_rec.comments IS NOT NULL THEN
761:
762: IF QP_Validate.Comments(g_PRICE_LIST_rec.comments)
763: THEN
764: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
765: QP_Price_List_Util.Clear_Dependent_Attr
766: ( p_attr_id => QP_Price_List_Util.G_COMMENTS

Line 784: IF QP_Validate.Currency(g_PRICE_LIST_rec.currency_code)

780: g_PRICE_LIST_rec.currency_code := Get_Currency;
781:
782: IF g_PRICE_LIST_rec.currency_code IS NOT NULL THEN
783:
784: IF QP_Validate.Currency(g_PRICE_LIST_rec.currency_code)
785: THEN
786: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
787: QP_Price_List_Util.Clear_Dependent_Attr
788: ( p_attr_id => QP_Price_List_Util.G_CURRENCY

Line 806: IF QP_Validate.Discount_Lines(g_PRICE_LIST_rec.discount_lines_flag)

802: g_PRICE_LIST_rec.discount_lines_flag := Get_Discount_Lines;
803:
804: IF g_PRICE_LIST_rec.discount_lines_flag IS NOT NULL THEN
805:
806: IF QP_Validate.Discount_Lines(g_PRICE_LIST_rec.discount_lines_flag)
807: THEN
808: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
809: QP_Price_List_Util.Clear_Dependent_Attr
810: ( p_attr_id => QP_Price_List_Util.G_DISCOUNT_LINES

Line 828: IF QP_Validate.End_Date_Active(g_PRICE_LIST_rec.end_date_active)

824: g_PRICE_LIST_rec.end_date_active := Get_End_Date_Active;
825:
826: IF g_PRICE_LIST_rec.end_date_active IS NOT NULL THEN
827:
828: IF QP_Validate.End_Date_Active(g_PRICE_LIST_rec.end_date_active)
829: THEN
830: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
831: QP_Price_List_Util.Clear_Dependent_Attr
832: ( p_attr_id => QP_Price_List_Util.G_END_DATE_ACTIVE

Line 850: IF QP_Validate.Freight_Terms(g_PRICE_LIST_rec.freight_terms_code)

846: g_PRICE_LIST_rec.freight_terms_code := Get_Freight_Terms;
847:
848: IF g_PRICE_LIST_rec.freight_terms_code IS NOT NULL THEN
849:
850: IF QP_Validate.Freight_Terms(g_PRICE_LIST_rec.freight_terms_code)
851: THEN
852: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
853: QP_Price_List_Util.Clear_Dependent_Attr
854: ( p_attr_id => QP_Price_List_Util.G_FREIGHT_TERMS

Line 872: IF QP_Validate.Gsa_Indicator(g_PRICE_LIST_rec.gsa_indicator)

868: g_PRICE_LIST_rec.gsa_indicator := Get_Gsa_Indicator;
869:
870: IF g_PRICE_LIST_rec.gsa_indicator IS NOT NULL THEN
871:
872: IF QP_Validate.Gsa_Indicator(g_PRICE_LIST_rec.gsa_indicator)
873: THEN
874: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
875: QP_Price_List_Util.Clear_Dependent_Attr
876: ( p_attr_id => QP_Price_List_Util.G_GSA_INDICATOR

Line 891: IF QP_Validate.active(g_PRICE_LIST_rec.active_flag)

887:
888: IF g_PRICE_LIST_rec.active_flag = FND_API.G_MISS_CHAR THEN
889: g_PRICE_LIST_rec.active_flag := Get_Active_Flag;
890: IF g_PRICE_LIST_rec.active_flag IS NOT NULL THEN
891: IF QP_Validate.active(g_PRICE_LIST_rec.active_flag)
892: THEN
893: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
894: QP_Price_List_Util.Clear_Dependent_Attr
895: (p_attr_id => QP_Price_list_Util.G_ACTIVE_FLAG,

Line 908: IF QP_Validate.mobile_download(g_PRICE_LIST_rec.mobile_download)

904: -- mkarya for bug 1944882
905: IF g_PRICE_LIST_rec.mobile_download = FND_API.G_MISS_CHAR THEN
906: g_PRICE_LIST_rec.mobile_download := Get_Mobile_Download;
907: IF g_PRICE_LIST_rec.mobile_download IS NOT NULL THEN
908: IF QP_Validate.mobile_download(g_PRICE_LIST_rec.mobile_download)
909: THEN
910: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
911: QP_Price_List_Util.Clear_Dependent_Attr
912: (p_attr_id => QP_Price_list_Util.G_MOBILE_DOWNLOAD,

Line 925: IF QP_Validate.global_flag(g_PRICE_LIST_rec.global_flag)

921: -- Pricing Security gtippire
922: IF g_PRICE_LIST_rec.global_flag = FND_API.G_MISS_CHAR THEN
923: g_PRICE_LIST_rec.global_flag := Get_Global_Flag;
924: IF g_PRICE_LIST_rec.global_flag IS NOT NULL THEN
925: IF QP_Validate.global_flag(g_PRICE_LIST_rec.global_flag)
926: THEN
927: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
928: QP_Price_List_Util.Clear_Dependent_Attr
929: (p_attr_id => QP_Price_list_Util.G_GLOBAL_FLAG,

Line 943: IF QP_Validate.pte(g_PRICE_LIST_rec.pte_code)

939: -- Attributes Manager Giri
940: IF g_PRICE_LIST_rec.pte_code = FND_API.G_MISS_CHAR THEN
941: g_PRICE_LIST_rec.pte_code := Get_Pte;
942: IF g_PRICE_LIST_rec.pte_code IS NOT NULL THEN
943: IF QP_Validate.pte(g_PRICE_LIST_rec.pte_code)
944: THEN
945: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
946: QP_Price_List_Util.Clear_Dependent_Attr
947: (p_attr_id => QP_Price_list_Util.G_PTE,

Line 963: IF QP_Validate.Name(g_PRICE_LIST_rec.name)

959: g_PRICE_LIST_rec.name := Get_Name;
960:
961: IF g_PRICE_LIST_rec.name IS NOT NULL THEN
962:
963: IF QP_Validate.Name(g_PRICE_LIST_rec.name)
964: THEN
965: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
966: QP_Price_List_Util.Clear_Dependent_Attr
967: ( p_attr_id => QP_Price_List_Util.G_NAME

Line 985: IF QP_Validate.Description(g_PRICE_LIST_rec.description)

981: g_PRICE_LIST_rec.description := Get_Description;
982:
983: IF g_PRICE_LIST_rec.description IS NOT NULL THEN
984:
985: IF QP_Validate.Description(g_PRICE_LIST_rec.description)
986: THEN
987: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
988: QP_Price_List_Util.Clear_Dependent_Attr
989: ( p_attr_id => QP_Price_List_Util.G_DESCRIPTION

Line 1007: IF QP_Validate.List_Header(g_PRICE_LIST_rec.list_header_id)

1003: g_PRICE_LIST_rec.list_header_id := Get_List_Header;
1004:
1005: IF g_PRICE_LIST_rec.list_header_id IS NOT NULL THEN
1006:
1007: IF QP_Validate.List_Header(g_PRICE_LIST_rec.list_header_id)
1008: THEN
1009: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1010: QP_Price_List_Util.Clear_Dependent_Attr
1011: ( p_attr_id => QP_Price_List_Util.G_LIST_HEADER

Line 1029: IF QP_Validate.List_Type(g_PRICE_LIST_rec.list_type_code)

1025: g_PRICE_LIST_rec.list_type_code := Get_List_Type;
1026:
1027: IF g_PRICE_LIST_rec.list_type_code IS NOT NULL THEN
1028:
1029: IF QP_Validate.List_Type(g_PRICE_LIST_rec.list_type_code)
1030: THEN
1031: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1032: QP_Price_List_Util.Clear_Dependent_Attr
1033: ( p_attr_id => QP_Price_List_Util.G_LIST_TYPE

Line 1051: IF QP_Validate.Version(g_PRICE_LIST_rec.version_no)

1047: g_PRICE_LIST_rec.version_no := Get_Version;
1048:
1049: IF g_PRICE_LIST_rec.version_no IS NOT NULL THEN
1050:
1051: IF QP_Validate.Version(g_PRICE_LIST_rec.version_no)
1052: THEN
1053: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1054: QP_Price_List_Util.Clear_Dependent_Attr
1055: ( p_attr_id => QP_Price_List_Util.G_VERSION_NO

Line 1073: IF QP_Validate.Prorate(g_PRICE_LIST_rec.prorate_flag)

1069: g_PRICE_LIST_rec.prorate_flag := Get_Prorate;
1070:
1071: IF g_PRICE_LIST_rec.prorate_flag IS NOT NULL THEN
1072:
1073: IF QP_Validate.Prorate(g_PRICE_LIST_rec.prorate_flag)
1074: THEN
1075: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1076: QP_Price_List_Util.Clear_Dependent_Attr
1077: ( p_attr_id => QP_Price_List_Util.G_PRORATE

Line 1095: IF QP_Validate.Rounding_Factor(g_PRICE_LIST_rec.rounding_factor)

1091: g_PRICE_LIST_rec.rounding_factor := Get_Rounding_Factor;
1092:
1093: IF g_PRICE_LIST_rec.rounding_factor IS NOT NULL THEN
1094:
1095: IF QP_Validate.Rounding_Factor(g_PRICE_LIST_rec.rounding_factor)
1096: THEN
1097: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1098: QP_Price_List_Util.Clear_Dependent_Attr
1099: ( p_attr_id => QP_Price_List_Util.G_ROUNDING_FACTOR

Line 1115: IF QP_Validate.currency_header(g_PRICE_LIST_rec.currency_header_id)

1111: -- Multi-Currency SunilPandey
1112: IF g_PRICE_LIST_rec.currency_header_id = FND_API.G_MISS_NUM THEN
1113: g_PRICE_LIST_rec.currency_header_id := Get_Currency_Header;
1114: IF g_PRICE_LIST_rec.currency_header_id IS NOT NULL THEN
1115: IF QP_Validate.currency_header(g_PRICE_LIST_rec.currency_header_id)
1116: THEN
1117: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1118: QP_Price_List_Util.Clear_Dependent_Attr
1119: (p_attr_id => QP_Price_list_Util.G_CURRENCY_HEADER,

Line 1134: IF QP_Validate.Ship_Method(g_PRICE_LIST_rec.ship_method_code)

1130: g_PRICE_LIST_rec.ship_method_code := Get_Ship_Method;
1131:
1132: IF g_PRICE_LIST_rec.ship_method_code IS NOT NULL THEN
1133:
1134: IF QP_Validate.Ship_Method(g_PRICE_LIST_rec.ship_method_code)
1135: THEN
1136: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1137: QP_Price_List_Util.Clear_Dependent_Attr
1138: ( p_attr_id => QP_Price_List_Util.G_SHIP_METHOD

Line 1159: IF QP_Validate.Start_Date_Active(g_PRICE_LIST_rec.start_date_active)

1155: IF g_PRICE_LIST_rec.start_date_active IS NOT NULL THEN
1156:
1157: oe_debug_pub.add('start date active is not null');
1158:
1159: IF QP_Validate.Start_Date_Active(g_PRICE_LIST_rec.start_date_active)
1160: THEN
1161: oe_debug_pub.add('valid start date');
1162: QP_Price_List_Util.Clear_Dependent_Attr
1163: ( p_attr_id => QP_Price_List_Util.G_START_DATE_ACTIVE

Line 1184: IF QP_Validate.Terms(g_PRICE_LIST_rec.terms_id)

1180: g_PRICE_LIST_rec.terms_id := Get_Terms;
1181:
1182: IF g_PRICE_LIST_rec.terms_id IS NOT NULL THEN
1183:
1184: IF QP_Validate.Terms(g_PRICE_LIST_rec.terms_id)
1185: THEN
1186: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1187: QP_Price_List_Util.Clear_Dependent_Attr
1188: ( p_attr_id => QP_Price_List_Util.G_TERMS

Line 1208: IF QP_Validate.List_Source_Code(g_PRICE_LIST_rec.list_source_code) THEN

1204: g_PRICE_LIST_REC.list_source_code := Get_List_Source_Code;
1205:
1206: IF g_PRICE_LIST_REC.list_source_code IS NOT NULL THEN
1207:
1208: IF QP_Validate.List_Source_Code(g_PRICE_LIST_rec.list_source_code) THEN
1209: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1210: QP_Price_List_Util.Clear_Dependent_Attr
1211: ( p_attr_id => QP_Price_List_Util.G_LIST_SOURCE
1212: , p_PRICE_LIST_rec => g_p_PRICE_LIST_rec

Line 1231: IF QP_Validate.List_Source_Code(g_PRICE_LIST_rec.list_source_code) THEN

1227: g_PRICE_LIST_REC.orig_system_header_ref := Get_Orig_System_Header_ref;
1228:
1229: /* IF g_PRICE_LIST_REC.orig_system_header_ref IS NOT NULL THEN
1230:
1231: IF QP_Validate.List_Source_Code(g_PRICE_LIST_rec.list_source_code) THEN
1232: QP_Price_List_Util.Clear_Dependent_Attr
1233: ( p_attr_id => QP_Price_List_Util.G_LIST_SOURCE
1234: , p_PRICE_LIST_rec => g_PRICE_LIST_rec
1235: , x_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 1253: IF QP_Validate.Source_System(g_PRICE_LIST_rec.source_system_code) THEN

1249: g_PRICE_LIST_REC.source_system_code := Get_Source_System_Code;
1250:
1251: IF g_PRICE_LIST_REC.source_system_code IS NOT NULL THEN
1252:
1253: IF QP_Validate.Source_System(g_PRICE_LIST_rec.source_system_code) THEN
1254: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1255: QP_Price_List_Util.Clear_Dependent_Attr
1256: ( p_attr_id => QP_Price_List_Util.G_SOURCE_SYSTEM_CODE
1257: , p_PRICE_LIST_rec => g_p_PRICE_LIST_rec

Line 1274: IF QP_Validate.Shareable_Flag(g_PRICE_LIST_rec.shareable_flag) THEN

1270: g_PRICE_LIST_REC.shareable_flag := Get_Shareable_Flag;
1271:
1272: IF g_PRICE_LIST_REC.shareable_flag IS NOT NULL THEN
1273:
1274: IF QP_Validate.Shareable_Flag(g_PRICE_LIST_rec.shareable_flag) THEN
1275: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1276: QP_Price_List_Util.Clear_Dependent_Attr
1277: ( p_attr_id => QP_Price_List_Util.G_SHAREABLE_FLAG
1278: , p_PRICE_LIST_rec => g_p_PRICE_LIST_rec

Line 1296: IF QP_Validate.Sold_To_Org_Id(g_PRICE_LIST_rec.sold_to_org_id) THEN

1292: g_PRICE_LIST_REC.sold_to_org_id := Get_Sold_To_Org_Id;
1293:
1294: IF g_PRICE_LIST_REC.sold_to_org_id IS NOT NULL THEN
1295:
1296: IF QP_Validate.Sold_To_Org_Id(g_PRICE_LIST_rec.sold_to_org_id) THEN
1297: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1298: QP_Price_List_Util.Clear_Dependent_Attr
1299: ( p_attr_id => QP_Price_List_Util.G_SOLD_TO_ORG_ID
1300: , p_PRICE_LIST_rec => g_p_PRICE_LIST_rec

Line 1317: IF QP_Validate.Locked_From_list_Header_Id(g_PRICE_LIST_rec.locked_from_list_header_id) THEN

1313: g_PRICE_LIST_REC.locked_from_list_header_id := Get_Locked_From_List_Header_Id;
1314:
1315: IF g_PRICE_LIST_REC.locked_from_list_header_id IS NOT NULL THEN
1316:
1317: IF QP_Validate.Locked_From_list_Header_Id(g_PRICE_LIST_rec.locked_from_list_header_id) THEN
1318: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1319: QP_Price_List_Util.Clear_Dependent_Attr
1320: ( p_attr_id => QP_Price_List_Util.G_LOCKED_FROM_LIST_HEADER
1321: , p_PRICE_LIST_rec => g_p_PRICE_LIST_rec

Line 1345: IF QP_Validate.Org_id(g_PRICE_LIST_rec.org_id) THEN

1341:
1342:
1343: IF g_PRICE_LIST_REC.org_id IS NOT NULL THEN
1344:
1345: IF QP_Validate.Org_id(g_PRICE_LIST_rec.org_id) THEN
1346: g_p_PRICE_LIST_rec := g_PRICE_LIST_rec;
1347: QP_Price_List_Util.Clear_Dependent_Attr
1348: ( p_attr_id => QP_Price_List_Util.G_ORG_ID
1349: , p_PRICE_LIST_rec => g_p_PRICE_LIST_rec