DBA Data[Home] [Help]

APPS.FA_REVALUATION_PVT dependencies on DUAL

Line 75: FROM DUAL;

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
78: px_trans_rec.who_info.creation_date := sysdate;
79: px_trans_rec.who_info.last_update_date := sysdate;

Line 3902: FROM DUAL;

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: --
3905: -- Populating for calling FA_XLA_EVENTS_PVT.create_transaction_event
3906: --