DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_TRANSACTION_HEADERS_S

Line 341: select fa_transaction_headers_s.nextval

337:
338: l_src_asset_type_rec.asset_type := l_from_asset_type;
339: l_dest_asset_type_rec.asset_type := l_to_asset_type;
340:
341: select fa_transaction_headers_s.nextval
342: into px_src_trans_rec.transaction_header_id
343: from dual;
344:
345: select fa_transaction_headers_s.nextval

Line 345: select fa_transaction_headers_s.nextval

341: select fa_transaction_headers_s.nextval
342: into px_src_trans_rec.transaction_header_id
343: from dual;
344:
345: select fa_transaction_headers_s.nextval
346: into px_dest_trans_rec.transaction_header_id
347: from dual;
348:
349: -- Also need to load the date here to make it available to the event api