DBA Data[Home] [Help]

APPS.FA_RET_TYPES dependencies on FA_STD_TYPES

Line 137: dist_id fa_std_types.number_tbl_type,

133: start_extended BOOLEAN -- Bug 8211842
134: );
135:
136: TYPE dpr_detail_struct IS RECORD(
137: dist_id fa_std_types.number_tbl_type,
138: ccid fa_std_types.number_tbl_type,
139: deprn_amount fa_std_types.number_tbl_type,
140: adj_amount fa_std_types.number_tbl_type,
141: annualized_adj fa_std_types.number_tbl_type

Line 138: ccid fa_std_types.number_tbl_type,

134: );
135:
136: TYPE dpr_detail_struct IS RECORD(
137: dist_id fa_std_types.number_tbl_type,
138: ccid fa_std_types.number_tbl_type,
139: deprn_amount fa_std_types.number_tbl_type,
140: adj_amount fa_std_types.number_tbl_type,
141: annualized_adj fa_std_types.number_tbl_type
142: );

Line 139: deprn_amount fa_std_types.number_tbl_type,

135:
136: TYPE dpr_detail_struct IS RECORD(
137: dist_id fa_std_types.number_tbl_type,
138: ccid fa_std_types.number_tbl_type,
139: deprn_amount fa_std_types.number_tbl_type,
140: adj_amount fa_std_types.number_tbl_type,
141: annualized_adj fa_std_types.number_tbl_type
142: );
143:

Line 140: adj_amount fa_std_types.number_tbl_type,

136: TYPE dpr_detail_struct IS RECORD(
137: dist_id fa_std_types.number_tbl_type,
138: ccid fa_std_types.number_tbl_type,
139: deprn_amount fa_std_types.number_tbl_type,
140: adj_amount fa_std_types.number_tbl_type,
141: annualized_adj fa_std_types.number_tbl_type
142: );
143:
144: END FA_RET_TYPES;

Line 141: annualized_adj fa_std_types.number_tbl_type

137: dist_id fa_std_types.number_tbl_type,
138: ccid fa_std_types.number_tbl_type,
139: deprn_amount fa_std_types.number_tbl_type,
140: adj_amount fa_std_types.number_tbl_type,
141: annualized_adj fa_std_types.number_tbl_type
142: );
143:
144: END FA_RET_TYPES;