DBA Data[Home] [Help]

APPS.FA_CUA_TRX_APPROVAL_EXT_PKG dependencies on FA_CUA_HR_RETIREMENTS_PKG

Line 29: fa_cua_hr_retirements_pkg.check_pending_batch( x_calling_function => 'TRANSACTION'

25:
26: -- bugfix 1680737 msiddiqu 08-Mar-2001
27: -- modified call to check_pending_batch
28: v_result:=
29: fa_cua_hr_retirements_pkg.check_pending_batch( x_calling_function => 'TRANSACTION'
30: , x_book_type_code => x_book_type_code
31: , x_event_code => null
32: , x_asset_id => x_asset_id
33: , x_node_id => null

Line 65: fa_cua_hr_retirements_pkg.check_pending_batch('DEPRECIATION'

61:
62: -- bugfix 1680737 msiddiqu 08-Mar-2001
63: -- modified call to check_pending_batch
64: v_result :=
65: fa_cua_hr_retirements_pkg.check_pending_batch('DEPRECIATION'
66: , x_book_type_code
67: , null, null, null
68: , null, null, null, v_error_code);
69: end if;