DBA Data[Home] [Help]

APPS.FA_GAINLOSS_RET_PKG dependencies on FA_TRANSACTION_HEADERS

Line 1048: from fa_transaction_headers

1044:
1045:
1046: CURSOR c_get_thid is
1047: select transaction_header_id
1048: from fa_transaction_headers
1049: where asset_id = p_ret.asset_id
1050: and book_type_code = p_ret.book
1051: and member_transaction_header_id = p_ret.th_id_in;
1052: