DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on IGI_IAC_TYPES

Line 7: ( fp_reval_exceptions in out NOCOPY IGI_IAC_TYPES.iac_reval_exception_line

3:
4: l_rec igi_iac_revaluation_rates%rowtype; -- create this for quicker access via sql navigator
5:
6: function create_exceptions
7: ( fp_reval_exceptions in out NOCOPY IGI_IAC_TYPES.iac_reval_exception_line
8: , fp_revaluation_id in NUMBER
9: )
10: return boolean;
11:

Line 13: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params

9: )
10: return boolean;
11:
12: function create_txn_headers
13: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params
14: , fp_second_set in boolean default false )
15: return boolean;
16:
17: function create_asset_balances

Line 18: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params

14: , fp_second_set in boolean default false )
15: return boolean;
16:
17: function create_asset_balances
18: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params
19: , fp_second_set in boolean default false )
20: return boolean;
21:
22: function create_det_balances

Line 23: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params

19: , fp_second_set in boolean default false )
20: return boolean;
21:
22: function create_det_balances
23: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params
24: , fp_second_set in boolean default false
25: )
26: return boolean;
27:

Line 29: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params

25: )
26: return boolean;
27:
28: function create_reval_rates
29: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params
30: , fp_second_set in boolean default false )
31: return boolean;
32:
33: function update_reval_rates ( fp_adjustment_id in number )

Line 37: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params

33: function update_reval_rates ( fp_adjustment_id in number )
34: return boolean;
35:
36: function crud_iac_tables
37: ( fp_reval_params in out NOCOPY IGI_IAC_TYPES.iac_reval_params
38: , fp_second_set in boolean default false )
39: return boolean ;
40:
41: function reval_status_to_previewed