DBA Data[Home] [Help]

APPS.FA_INV_XFR_PUB dependencies on FA_TRANSACTION_HEADERS_S

Line 450: select fa_transaction_headers_s.nextval

446: raise inv_xfr_err;
447: end if;
448:
449: -- Populate th_id and who_info after calling faxcat
450: select fa_transaction_headers_s.nextval
451: into px_src_trans_rec.transaction_header_id
452: from dual;
453:
454: select fa_transaction_headers_s.nextval

Line 454: select fa_transaction_headers_s.nextval

450: select fa_transaction_headers_s.nextval
451: into px_src_trans_rec.transaction_header_id
452: from dual;
453:
454: select fa_transaction_headers_s.nextval
455: into px_dest_trans_rec.transaction_header_id
456: from dual;
457:
458: px_src_trans_rec.who_info.creation_date := sysdate;