DBA Data[Home] [Help]

APPS.FA_REVALUATION_PVT dependencies on FA_TRANSACTION_HEADERS_S

Line 73: SELECT fa_transaction_headers_s.NEXTVAL

69: -- insert transaction headers
70: IF (p_mrc_sob_type_code <> 'R')
71: THEN
72: -- we need the thid first before reval engine or do we
73: SELECT fa_transaction_headers_s.NEXTVAL
74: INTO px_trans_rec.transaction_header_id
75: FROM DUAL;
76:
77: -- Bug 15877517 : Reinitialize who_info as well

Line 3900: SELECT fa_transaction_headers_s.nextval

3896:
3897: -- create rollback event and transaction
3898: if p_mrc_sob_type_code <> 'R' then
3899:
3900: SELECT fa_transaction_headers_s.nextval
3901: INTO l_trans_rec.transaction_header_id
3902: FROM DUAL;
3903:
3904: --