DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on FA_UTIL_PVT

Line 141: l_err_stage:= 'FA_UTIL_PVT.get_asset_desc_rec';

137: raise pub_error;
138: end if;
139:
140:
141: l_err_stage:= 'FA_UTIL_PVT.get_asset_desc_rec';
142: if (g_log_level_rec.statement_level) then
143: fa_debug_pkg.add('Update_desc', 'before', l_err_stage
144: ,p_log_level_rec => g_log_level_rec);
145: end if;

Line 147: if not FA_UTIL_PVT.get_asset_desc_rec(

143: fa_debug_pkg.add('Update_desc', 'before', l_err_stage
144: ,p_log_level_rec => g_log_level_rec);
145: end if;
146:
147: if not FA_UTIL_PVT.get_asset_desc_rec(
148: p_asset_hdr_rec => px_asset_hdr_rec,
149: px_asset_desc_rec => l_asset_desc_rec,
150: p_log_level_rec => g_log_level_rec) then
151: raise pub_error;

Line 262: if not FA_UTIL_PVT.get_asset_cat_rec(

258: ,p_log_level_rec => g_log_level_rec);
259: end if;
260:
261:
262: if not FA_UTIL_PVT.get_asset_cat_rec(
263: p_asset_hdr_rec => px_asset_hdr_rec,
264: px_asset_cat_rec => l_asset_cat_rec,
265: p_log_level_rec => g_log_level_rec) then
266: raise pub_error;

Line 505: if not FA_UTIL_PVT.get_asset_fin_rec(

501: --px_asset_desc_rec_new.warranty_id := NULL;
502: null;
503: else
504: -- We will need dpis to validate warranty. Same in primary/rep
505: if not FA_UTIL_PVT.get_asset_fin_rec(
506: p_asset_hdr_rec => px_asset_hdr_rec,
507: px_asset_fin_rec => l_asset_fin_rec,
508: p_mrc_sob_type_code => 'P',
509: p_log_level_rec => g_log_level_rec) then

Line 1505: if (NOT FA_UTIL_PVT.get_period_rec (

1501: -- Set the gl_sob profile to this book
1502: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
1503: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);
1504:
1505: if (NOT FA_UTIL_PVT.get_period_rec (
1506: p_book => px_asset_hdr_rec.book_type_code,
1507: p_effective_date => NULL,
1508: x_period_rec => l_period_rec,
1509: p_log_level_rec => g_log_level_rec)) then

Line 1577: if (NOT FA_UTIL_PVT.get_inv_rec (

1573:
1574: -- Retrieve old invoice record
1575: l_inv_rec.source_line_id := px_inv_tbl_new(i).source_line_id;
1576:
1577: if (NOT FA_UTIL_PVT.get_inv_rec (
1578: px_inv_rec => l_inv_rec,
1579: p_mrc_sob_type_code => l_reporting_flag,
1580: p_log_level_rec => g_log_level_rec)) then
1581: raise inv_err;

Line 2112: if not FA_UTIL_PVT.get_asset_retire_rec

2108: if (px_asset_hdr_rec.book_type_code is null or
2109: px_asset_hdr_rec.asset_id is null) then
2110:
2111: l_asset_retire_rec.retirement_id := px_asset_retire_rec_new.retirement_id;
2112: if not FA_UTIL_PVT.get_asset_retire_rec
2113: (px_asset_retire_rec => l_asset_retire_rec,
2114: p_mrc_sob_type_code => 'P',
2115: p_log_level_rec => g_log_level_rec) then
2116: raise ret_err;

Line 2139: if (NOT FA_UTIL_PVT.get_period_rec (

2135: -- Set the gl_sob profile to this book
2136: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
2137: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);
2138:
2139: if (NOT FA_UTIL_PVT.get_period_rec (
2140: p_book => px_asset_hdr_rec.book_type_code,
2141: p_effective_date => NULL,
2142: x_period_rec => l_period_rec,
2143: p_log_level_rec => g_log_level_rec)) then

Line 2218: if (NOT FA_UTIL_PVT.get_asset_retire_rec (

2214: fa_debug_pkg.add('Retirement ID','l_asset_retire_rec.retirement_id',
2215: to_char(l_asset_retire_rec.retirement_id),g_log_level_rec);
2216: end if;
2217:
2218: if (NOT FA_UTIL_PVT.get_asset_retire_rec (
2219: px_asset_retire_rec => l_asset_retire_rec,
2220: p_mrc_sob_type_code => l_reporting_flag,
2221: p_log_level_rec => g_log_level_rec)) then
2222: raise ret_err;