DBA Data[Home] [Help]

APPS.FA_RET_TYPES dependencies on FA_STD_TYPES

Line 131: dist_id fa_std_types.number_tbl_type,

127: extended_flag BOOLEAN -- Japan Tax Phase3
128: );
129:
130: TYPE dpr_detail_struct IS RECORD(
131: dist_id fa_std_types.number_tbl_type,
132: ccid fa_std_types.number_tbl_type,
133: deprn_amount fa_std_types.number_tbl_type,
134: adj_amount fa_std_types.number_tbl_type,
135: annualized_adj fa_std_types.number_tbl_type

Line 132: ccid fa_std_types.number_tbl_type,

128: );
129:
130: TYPE dpr_detail_struct IS RECORD(
131: dist_id fa_std_types.number_tbl_type,
132: ccid fa_std_types.number_tbl_type,
133: deprn_amount fa_std_types.number_tbl_type,
134: adj_amount fa_std_types.number_tbl_type,
135: annualized_adj fa_std_types.number_tbl_type
136: );

Line 133: deprn_amount fa_std_types.number_tbl_type,

129:
130: TYPE dpr_detail_struct IS RECORD(
131: dist_id fa_std_types.number_tbl_type,
132: ccid fa_std_types.number_tbl_type,
133: deprn_amount fa_std_types.number_tbl_type,
134: adj_amount fa_std_types.number_tbl_type,
135: annualized_adj fa_std_types.number_tbl_type
136: );
137:

Line 134: adj_amount fa_std_types.number_tbl_type,

130: TYPE dpr_detail_struct IS RECORD(
131: dist_id fa_std_types.number_tbl_type,
132: ccid fa_std_types.number_tbl_type,
133: deprn_amount fa_std_types.number_tbl_type,
134: adj_amount fa_std_types.number_tbl_type,
135: annualized_adj fa_std_types.number_tbl_type
136: );
137:
138: END FA_RET_TYPES;

Line 135: annualized_adj fa_std_types.number_tbl_type

131: dist_id fa_std_types.number_tbl_type,
132: ccid fa_std_types.number_tbl_type,
133: deprn_amount fa_std_types.number_tbl_type,
134: adj_amount fa_std_types.number_tbl_type,
135: annualized_adj fa_std_types.number_tbl_type
136: );
137:
138: END FA_RET_TYPES;