DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on FA_ASSET_VAL_PVT

Line 179: if (NOT FA_ASSET_VAL_PVT.validate_asset_number(

175: to_char(px_asset_hdr_rec.asset_id);
176: end if;
177:
178: -- Validate asset_number
179: if (NOT FA_ASSET_VAL_PVT.validate_asset_number(
180: p_transaction_type_code => 'ADDITION',
181: --px_trans_rec.transaction_type_code,
182: p_asset_number => px_asset_desc_rec_new.asset_number,
183: p_calling_fn => l_calling_fn

Line 232: if (NOT FA_ASSET_VAL_PVT.validate_tag_number (

228: --l_asset_desc_rec.tag_number := NULL;
229: null;
230: else
231:
232: if (NOT FA_ASSET_VAL_PVT.validate_tag_number (
233: p_tag_number => px_asset_desc_rec_new.tag_number,
234: p_mass_addition_id => null,
235: p_calling_fn => l_calling_fn
236: , p_log_level_rec => g_log_level_rec)) then

Line 265: if not FA_ASSET_VAL_PVT.validate_category_df (

261: end if;
262:
263: /*
264:
265: if not FA_ASSET_VAL_PVT.validate_category_df (
266: p_transaction_type_code => px_trans_rec.transaction_type_code,
267: p_cat_desc_flex => l_asset_cat_rec.desc_flex,
268: p_calling_fn => p_calling_fn , p_log_level_rec => g_log_level_rec) then
269: raise pub_error;

Line 311: if (NOT FA_ASSET_VAL_PVT.validate_serial_number (

307: raise pub_error;
308: end if;
309: end if;
310:
311: if (NOT FA_ASSET_VAL_PVT.validate_serial_number (
312: p_transaction_type_code => px_trans_rec.transaction_type_code,
313: p_serial_number => px_asset_desc_rec_new.serial_number,
314: p_calling_fn => l_calling_fn
315: , p_log_level_rec => g_log_level_rec)) then

Line 337: if (NOT FA_ASSET_VAL_PVT.validate_asset_key (

333:
334: if (px_asset_desc_rec_new.asset_key_ccid = FND_API.G_MISS_NUM) then
335: --px_asset_desc_rec_new.asset_key_ccid := NULL;
336:
337: if (NOT FA_ASSET_VAL_PVT.validate_asset_key (
338: p_transaction_type_code => px_trans_rec.transaction_type_code,
339: p_asset_key_ccid => NULL,
340: p_calling_fn => l_calling_fn
341: , p_log_level_rec => g_log_level_rec)) then

Line 369: if (NOT FA_ASSET_VAL_PVT.validate_asset_key (

365: end if;
366: end if;
367: end if;
368:
369: if (NOT FA_ASSET_VAL_PVT.validate_asset_key (
370: p_transaction_type_code => px_trans_rec.transaction_type_code,
371: p_asset_key_ccid => px_asset_desc_rec_new.asset_key_ccid,
372: p_calling_fn => l_calling_fn
373: , p_log_level_rec => g_log_level_rec)) then

Line 396: if (NOT FA_ASSET_VAL_PVT.validate_parent_asset(

392: if (px_asset_desc_rec_new.parent_asset_id = FND_API.G_MISS_NUM) then
393: --px_asset_desc_rec_new.parent_asset_id := NULL;
394: null;
395: else
396: if (NOT FA_ASSET_VAL_PVT.validate_parent_asset(
397: p_parent_asset_id => px_asset_desc_rec_new.parent_asset_id,
398: p_asset_id => px_asset_hdr_rec.asset_id
399: , p_log_level_rec => g_log_level_rec)) then
400: raise pub_error;

Line 432: if (NOT FA_ASSET_VAL_PVT.validate_supplier_name (

428: /*
429: if (nvl(l_asset_desc_rec.manufacturer_name, '-999') <>
430: px_asset_desc_rec_new.manufacturer_name) then
431:
432: if (NOT FA_ASSET_VAL_PVT.validate_supplier_name (
433: p_transaction_type_code => p_trans_rec.transaction_type_code,
434: p_calling_fn => l_calling_fn
435: , p_log_level_rec => g_log_level_rec)) then
436: raise pub_error;

Line 440: if (NOT FA_ASSET_VAL_PVT.validate_supplier_number (

436: raise pub_error;
437: end if;
438: end if;
439:
440: if (NOT FA_ASSET_VAL_PVT.validate_supplier_number (
441: p_transaction_type_code => p_trans_rec.transaction_type_code,
442: p_calling_fn => p_calling_fn
443: , p_log_level_rec => g_log_level_rec)) then return FALSE;
444: end if;

Line 490: if (NOT FA_ASSET_VAL_PVT.validate_warranty(

486: p_mrc_sob_type_code => 'P' , p_log_level_rec => g_log_level_rec) then
487: raise pub_error;
488: end if;
489:
490: if (NOT FA_ASSET_VAL_PVT.validate_warranty(
491: p_warranty_id => px_asset_desc_rec_new.warranty_id,
492: p_date_placed_in_service =>
493: l_asset_fin_rec.date_placed_in_service,
494: p_book_type_code => px_asset_hdr_rec.book_type_code

Line 564: if (NOT FA_ASSET_VAL_PVT.validate_lease(

560: raise pub_error;
561: end if;
562: end if;
563:
564: if (NOT FA_ASSET_VAL_PVT.validate_lease(
565: p_asset_id => px_asset_hdr_rec.asset_id,
566: p_lease_id => px_asset_desc_rec_new.lease_id,
567: p_category_id => px_asset_cat_rec_new.category_id
568: , p_log_level_rec => g_log_level_rec)) then

Line 919: if (NOT FA_ASSET_VAL_PVT.validate_property_type(

915:
916: if (px_asset_desc_rec_new.property_type_code = FND_API.G_MISS_CHAR)
917: then --px_asset_desc_rec_new.property_type_code := NULL;
918:
919: if (NOT FA_ASSET_VAL_PVT.validate_property_type(
920: p_property_type_code => NULL
921: , p_log_level_rec => g_log_level_rec)) then
922: raise pub_error;
923: end if;

Line 925: if (NOT FA_ASSET_VAL_PVT.validate_property_type(

921: , p_log_level_rec => g_log_level_rec)) then
922: raise pub_error;
923: end if;
924: else
925: if (NOT FA_ASSET_VAL_PVT.validate_property_type(
926: p_property_type_code => px_asset_desc_rec_new.property_type_code
927: , p_log_level_rec => g_log_level_rec)) then
928: raise pub_error;
929: end if;

Line 951: if (NOT FA_ASSET_VAL_PVT.validate_1245_1250_code(

947: if (px_asset_desc_rec_new.property_1245_1250_code =
948: FND_API.G_MISS_CHAR) then
949: --px_asset_desc_rec_new.property_1245_1250_code := NULL;
950:
951: if (NOT FA_ASSET_VAL_PVT.validate_1245_1250_code(
952: p_1245_1250_code => NULL
953: , p_log_level_rec => g_log_level_rec)) then
954: raise pub_error;
955: end if;

Line 957: if (NOT FA_ASSET_VAL_PVT.validate_1245_1250_code(

953: , p_log_level_rec => g_log_level_rec)) then
954: raise pub_error;
955: end if;
956: else
957: if (NOT FA_ASSET_VAL_PVT.validate_1245_1250_code(
958: p_1245_1250_code => px_asset_desc_rec_new.property_1245_1250_code
959: , p_log_level_rec => g_log_level_rec)) then
960: raise pub_error;
961: end if;