DBA Data[Home] [Help]

APPS.OE_DEFAULT_PRICE_LIST dependencies on OE_VALIDATE_ATTR

Line 254: IF OE_Validate_Attr.Comments(g_PRICE_LIST_rec.comments)

250: g_PRICE_LIST_rec.comments := Get_Comments;
251:
252: IF g_PRICE_LIST_rec.comments IS NOT NULL THEN
253:
254: IF OE_Validate_Attr.Comments(g_PRICE_LIST_rec.comments)
255: THEN
256: OE_Price_List_Util.Clear_Dependent_Attr
257: ( p_attr_id => OE_Price_List_Util.G_COMMENTS
258: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 275: IF OE_Validate_Attr.Currency(g_PRICE_LIST_rec.currency_code)

271: g_PRICE_LIST_rec.currency_code := Get_Currency;
272:
273: IF g_PRICE_LIST_rec.currency_code IS NOT NULL THEN
274:
275: IF OE_Validate_Attr.Currency(g_PRICE_LIST_rec.currency_code)
276: THEN
277: OE_Price_List_Util.Clear_Dependent_Attr
278: ( p_attr_id => OE_Price_List_Util.G_CURRENCY
279: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 296: IF OE_Validate_Attr.Description(g_PRICE_LIST_rec.description)

292: g_PRICE_LIST_rec.description := Get_Description;
293:
294: IF g_PRICE_LIST_rec.description IS NOT NULL THEN
295:
296: IF OE_Validate_Attr.Description(g_PRICE_LIST_rec.description)
297: THEN
298: OE_Price_List_Util.Clear_Dependent_Attr
299: ( p_attr_id => OE_Price_List_Util.G_DESCRIPTION
300: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 317: IF OE_Validate_Attr.End_Date_Active(g_PRICE_LIST_rec.end_date_active)

313: g_PRICE_LIST_rec.end_date_active := Get_End_Date_Active;
314:
315: IF g_PRICE_LIST_rec.end_date_active IS NOT NULL THEN
316:
317: IF OE_Validate_Attr.End_Date_Active(g_PRICE_LIST_rec.end_date_active)
318: THEN
319: OE_Price_List_Util.Clear_Dependent_Attr
320: ( p_attr_id => OE_Price_List_Util.G_END_DATE_ACTIVE
321: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 338: IF OE_Validate_Attr.Freight_Terms(g_PRICE_LIST_rec.freight_terms_code)

334: g_PRICE_LIST_rec.freight_terms_code := Get_Freight_Terms;
335:
336: IF g_PRICE_LIST_rec.freight_terms_code IS NOT NULL THEN
337:
338: IF OE_Validate_Attr.Freight_Terms(g_PRICE_LIST_rec.freight_terms_code)
339: THEN
340: OE_Price_List_Util.Clear_Dependent_Attr
341: ( p_attr_id => OE_Price_List_Util.G_FREIGHT_TERMS
342: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 359: IF OE_Validate_Attr.Name(g_PRICE_LIST_rec.name)

355: g_PRICE_LIST_rec.name := Get_Name;
356:
357: IF g_PRICE_LIST_rec.name IS NOT NULL THEN
358:
359: IF OE_Validate_Attr.Name(g_PRICE_LIST_rec.name)
360: THEN
361: OE_Price_List_Util.Clear_Dependent_Attr
362: ( p_attr_id => OE_Price_List_Util.G_NAME
363: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 380: IF OE_Validate_Attr.Price_List(g_PRICE_LIST_rec.price_list_id)

376: g_PRICE_LIST_rec.price_list_id := Get_Price_List;
377:
378: IF g_PRICE_LIST_rec.price_list_id IS NOT NULL THEN
379:
380: IF OE_Validate_Attr.Price_List(g_PRICE_LIST_rec.price_list_id)
381: THEN
382: OE_Price_List_Util.Clear_Dependent_Attr
383: ( p_attr_id => OE_Price_List_Util.G_PRICE_LIST
384: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 401: IF OE_Validate_Attr.Rounding_Factor(g_PRICE_LIST_rec.rounding_factor)

397: g_PRICE_LIST_rec.rounding_factor := Get_Rounding_Factor;
398:
399: IF g_PRICE_LIST_rec.rounding_factor IS NOT NULL THEN
400:
401: IF OE_Validate_Attr.Rounding_Factor(g_PRICE_LIST_rec.rounding_factor)
402: THEN
403: OE_Price_List_Util.Clear_Dependent_Attr
404: ( p_attr_id => OE_Price_List_Util.G_ROUNDING_FACTOR
405: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 422: IF OE_Validate_Attr.Secondary_Price_List(g_PRICE_LIST_rec.secondary_price_list_id)

418: g_PRICE_LIST_rec.secondary_price_list_id := Get_Secondary_Price_List;
419:
420: IF g_PRICE_LIST_rec.secondary_price_list_id IS NOT NULL THEN
421:
422: IF OE_Validate_Attr.Secondary_Price_List(g_PRICE_LIST_rec.secondary_price_list_id)
423: THEN
424: OE_Price_List_Util.Clear_Dependent_Attr
425: ( p_attr_id => OE_Price_List_Util.G_SECONDARY_PRICE_LIST
426: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 443: IF OE_Validate_Attr.Ship_Method(g_PRICE_LIST_rec.ship_method_code)

439: g_PRICE_LIST_rec.ship_method_code := Get_Ship_Method;
440:
441: IF g_PRICE_LIST_rec.ship_method_code IS NOT NULL THEN
442:
443: IF OE_Validate_Attr.Ship_Method(g_PRICE_LIST_rec.ship_method_code)
444: THEN
445: OE_Price_List_Util.Clear_Dependent_Attr
446: ( p_attr_id => OE_Price_List_Util.G_SHIP_METHOD
447: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 464: IF OE_Validate_Attr.Start_Date_Active(g_PRICE_LIST_rec.start_date_active)

460: g_PRICE_LIST_rec.start_date_active := Get_Start_Date_Active;
461:
462: IF g_PRICE_LIST_rec.start_date_active IS NOT NULL THEN
463:
464: IF OE_Validate_Attr.Start_Date_Active(g_PRICE_LIST_rec.start_date_active)
465: THEN
466: OE_Price_List_Util.Clear_Dependent_Attr
467: ( p_attr_id => OE_Price_List_Util.G_START_DATE_ACTIVE
468: , p_PRICE_LIST_rec => g_PRICE_LIST_rec

Line 485: IF OE_Validate_Attr.Terms(g_PRICE_LIST_rec.terms_id)

481: g_PRICE_LIST_rec.terms_id := Get_Terms;
482:
483: IF g_PRICE_LIST_rec.terms_id IS NOT NULL THEN
484:
485: IF OE_Validate_Attr.Terms(g_PRICE_LIST_rec.terms_id)
486: THEN
487: OE_Price_List_Util.Clear_Dependent_Attr
488: ( p_attr_id => OE_Price_List_Util.G_TERMS
489: , p_PRICE_LIST_rec => g_PRICE_LIST_rec