DBA Data[Home] [Help]

APPS.FA_TRACK_MEMBER_PVT dependencies on FA_TRANSACTION_HEADERS_S

Line 5604: select fa_transaction_headers_s.nextval

5600:
5601: --Bug#8692192 - To create transaction for primary book only
5602: if p_mrc_sob_type_code <> 'R' then
5603: -- Get new Transaction Header ID
5604: select fa_transaction_headers_s.nextval
5605: into p_transaction_header_id
5606: from dual;
5607:
5608: -- Bug 8703676 : Store the trx_hdr_id during the primary loop