DBA Data[Home] [Help]

APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_CUA_HR_RETIREMENTS_PKG

Line 1281: if fa_cua_hr_retirements_pkg.check_pending_batch

1277: fetch C_PURPOSE_BOOK into l_book_type_code;
1278: close C_PURPOSE_BOOK;
1279:
1280: -- msiddiqu bugfix 1613852
1281: if fa_cua_hr_retirements_pkg.check_pending_batch
1282: ( x_calling_function => 'MASS_ADDITION',
1283: x_book_type_code => l_book_type_code,
1284: x_event_code => 'ADDITION',
1285: x_asset_id => x_asset_id,

Line 1292: if(fa_cua_hr_retirements_pkg.check_pending_batch('ADDITION'

1288: x_attribute => null,
1289: x_conc_request_id => null,
1290: x_status => x_err_code , p_log_level_rec => p_log_level_rec) then
1291: /** commented by msiddiqu for bugfix 1613852
1292: if(fa_cua_hr_retirements_pkg.check_pending_batch('ADDITION'
1293: ,l_book_type_code
1294: ,x_asset_id
1295: ,x_parent_hierarchy_id)
1296: ) then **/