DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_APIS dependencies on FA_CUA_HR_RETIREMENTS_PKG

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

1084: g_conc_process:= 'Y';
1085:
1086: For hdr_rec IN C_bhdrs LOOP
1087:
1088: if fa_cua_hr_retirements_pkg.check_pending_batch( x_calling_function => 'CONCURRENT'
1089: , x_event_code => hdr_rec.event_code
1090: , x_book_type_code => hdr_rec.book_type_code
1091: , x_asset_id => null
1092: , x_node_id => null

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

1395: end if;
1396:
1397: -- for each asset in the select_assets_array loop
1398: for i in 1..v_asset_attr_tab.count LOOP
1399: if( fa_cua_hr_retirements_pkg.check_pending_batch('HIERARCHY',
1400: x_event_code,
1401: x_book_type_code,
1402: v_asset_attr_tab(i).asset_id,
1403: null, null, null, null, x_err_code )) then