DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_APIS dependencies on FA_CUA_HR_RETIREMENTS_PKG

Line 1094: if fa_cua_hr_retirements_pkg.check_pending_batch( x_calling_function => 'CONCURRENT'

1090: g_conc_process:= 'Y';
1091:
1092: For hdr_rec IN C_bhdrs LOOP
1093:
1094: if fa_cua_hr_retirements_pkg.check_pending_batch( x_calling_function => 'CONCURRENT'
1095: , x_event_code => hdr_rec.event_code
1096: , x_book_type_code => hdr_rec.book_type_code
1097: , x_asset_id => null
1098: , x_node_id => null

Line 1406: if( fa_cua_hr_retirements_pkg.check_pending_batch('HIERARCHY',

1402: end if;
1403:
1404: -- for each asset in the select_assets_array loop
1405: for i in 1..v_asset_attr_tab.count LOOP
1406: if( fa_cua_hr_retirements_pkg.check_pending_batch('HIERARCHY',
1407: x_event_code,
1408: x_book_type_code,
1409: v_asset_attr_tab(i).asset_id,
1410: null, null, null, null, x_err_code,