DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_IMPL_CRUD dependencies on IGI_IAC_TYPES

Line 7: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params

3:
4: l_rec igi_iac_revaluation_rates%rowtype; -- create this for quicker access via sql navigator
5:
6: function crud_iac_tables
7: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params
8: , fp_second_set in boolean default false )
9: return boolean ;
10:
11: END;