DBA Data[Home] [Help]

APPS.IGI_IAC_TYPES dependencies on IGI_IAC_ASSET_BALANCES

Line 54: subtype iac_Reval_input_asset is igi_iac_asset_balances%rowtype;

50: SUBTYPE iac_det_balances IS IGI_IAC_DET_BALANCES%ROWTYPE;
51:
52: TYPE dh_tab IS TABLE of dh_rec INDEX BY BINARY_INTEGER ;
53: /** begin revaluation info **/
54: subtype iac_Reval_input_asset is igi_iac_asset_balances%rowtype;
55:
56: type iac_reval_mesg_line is record
57: ( line varchar2(100) default null, message_level number);
58:

Line 140: subtype iac_Reval_output_asset is igi_iac_asset_balances%rowtype;

136: TYPE iac_reval_mesg_Table is table of iac_reval_mesg_line index by binary_integer;
137: subtype iac_reval_mesg is iac_reval_mesg_table ;
138: subtype iac_reval_mesg_idx is binary_integer ;
139:
140: subtype iac_Reval_output_asset is igi_iac_asset_balances%rowtype;
141:
142: subtype iac_reval_output_dists_rec is igi_iac_det_balances%rowtype;
143: TYPE iac_reval_output_dists is table of iac_reval_output_dists_rec ;
144: subtype iac_reval_output_dists_idx is binary_integer ;