DBA Data[Home] [Help]

APPS.FA_RECLASS_PVT dependencies on FA_TRANSACTION_HEADERS_S

Line 106: select fa_transaction_headers_s.nextval

102:
103: -- BUG# 3325400
104: -- forcing selection of the thid here rather
105: -- then relying on table handler
106: select fa_transaction_headers_s.nextval
107: into px_trans_rec.transaction_header_id
108: from dual;
109:
110: l_err_stage:= 'fa_distribution_pvt.do_distribution';