DBA Data[Home] [Help]

APPS.FA_MASSCP_PKG dependencies on FA_TRX_REFERENCES

Line 1176: l_group_reclass_type FA_TRX_REFERENCES.src_transaction_subtype%type;

1172: l_asset_deprn_rec_new FA_API_TYPES.asset_deprn_rec_type;
1173: l_asset_deprn_mrc_tbl_new FA_API_TYPES.asset_deprn_tbl_type;
1174: l_group_reclass_options_rec FA_API_TYPES.group_reclass_options_rec_type;
1175: l_group_change boolean;
1176: l_group_reclass_type FA_TRX_REFERENCES.src_transaction_subtype%type;
1177:
1178:
1179: val_err1 EXCEPTION; -- invalid
1180: val_err2 EXCEPTION; -- invalid but ok for capacity

Line 1244: from FA_TRX_REFERENCES ref, fa_transaction_headers th

1240: and tax_bk.date_ineffective is null;
1241:
1242: cursor c_trx_subtype is
1243: select ref.src_transaction_subtype
1244: from FA_TRX_REFERENCES ref, fa_transaction_headers th
1245: where th.transaction_header_id = p_corp_thid
1246: and ref.trx_reference_id = th.trx_reference_id;
1247:
1248: BEGIN