DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_TRANSACTION_HEADERS_S

Line 99: select fa_transaction_headers_s.nextval

95:
96: -- SLA uptake
97: -- need the thid before calc engine
98: if (p_mrc_sob_type_code <> 'R') then
99: select fa_transaction_headers_s.nextval
100: into px_trans_rec.transaction_header_id
101: from dual;
102: end if;
103: