DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_ACCOUNTING dependencies on IGI_IAC_DET_BALANCES

Line 25: , p_det_balances in igi_iac_det_balances%rowtype

21: , p_amount in number
22: , p_dr_adjust_type in varchar2
23: , p_cr_adjust_type in varchar2
24: , p_set_of_books_id in number
25: , p_det_balances in igi_iac_det_balances%rowtype
26: , p_transfer_to_gl_flag in varchar2
27: , p_event_id in number --R12 uptake
28: )
29: is

Line 136: ( fp_det_balances in IGI_IAC_DET_BALANCES%ROWTYPE

132:
133: end;
134:
135: function create_iac_acctg
136: ( fp_det_balances in IGI_IAC_DET_BALANCES%ROWTYPE
137: , fp_create_acctg_flag in boolean
138: , p_event_id in number --R12 uptake
139: )
140: return boolean is