DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_APIS dependencies on FA_CUA_ASSET_WB_APIS_PKG

Line 247: fa_cua_asset_wb_apis_pkg.get_prorate_date ( x_node_category_id

243: CLOSE C_get_depr_date;
244:
245: if(v_deprn_date IS NOT NULL) then
246: x_err_stage:= 'get_prorate_date';
247: fa_cua_asset_wb_apis_pkg.get_prorate_date ( x_node_category_id
248: , x_book_type_code
249: , v_deprn_date -- in
250: , v_prorated_depr_date -- out
251: , x_err_code

Line 1135: if fa_cua_asset_wb_apis_pkg.check_batch_details_exists(hdr_rec.batch_id) then

1131: , x_err_stack => v_err_stack );
1132: end if;
1133:
1134: if RETCODE = '0' then
1135: if fa_cua_asset_wb_apis_pkg.check_batch_details_exists(hdr_rec.batch_id) then
1136:
1137: -- bugfix 1507759
1138: update fa_mass_update_batch_headers
1139: set status_code = 'P',

Line 1816: if fa_cua_asset_wb_apis_pkg.check_batch_details_exists(x_batch_id) then

1812:
1813: -- do this if not called from conc_process
1814: -- otherwise do it in process_conc_request procedure
1815: if G_conc_process <> 'Y' then
1816: if fa_cua_asset_wb_apis_pkg.check_batch_details_exists(x_batch_id) then
1817: null;
1818: else
1819: update fa_mass_update_batch_headers
1820: set status_code = 'CP'