DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_ACCOUNTING dependencies on IGI_IAC_DET_BALANCES

Line 7: ( fp_det_balances in IGI_IAC_DET_BALANCES%ROWTYPE

3:
4: l_rec igi_iac_revaluation_rates%rowtype; -- create this for quicker access via sql navigator
5:
6: function create_iac_acctg
7: ( fp_det_balances in IGI_IAC_DET_BALANCES%ROWTYPE
8: , fp_create_acctg_flag in boolean
9: , p_event_id in number --R12 upgrade
10: )
11: return boolean;