DBA Data[Home] [Help]

APPS.FA_CUA_HIERARCHY_PKG dependencies on FA_CUA_HR_RETIREMENTS_PKG

Line 1274: if fa_cua_hr_retirements_pkg.check_pending_batch

1270: fetch C_PURPOSE_BOOK into l_book_type_code;
1271: close C_PURPOSE_BOOK;
1272:
1273: -- msiddiqu bugfix 1613852
1274: if fa_cua_hr_retirements_pkg.check_pending_batch
1275: ( x_calling_function => 'MASS_ADDITION',
1276: x_book_type_code => l_book_type_code,
1277: x_event_code => 'ADDITION',
1278: x_asset_id => x_asset_id,

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

1281: x_attribute => null,
1282: x_conc_request_id => null,
1283: x_status => x_err_code ) then
1284: /** commented by msiddiqu for bugfix 1613852
1285: if(fa_cua_hr_retirements_pkg.check_pending_batch('ADDITION'
1286: ,l_book_type_code
1287: ,x_asset_id
1288: ,x_parent_hierarchy_id)
1289: ) then **/