DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_ACCOUNTING dependencies on IGI_IAC_TRANSACTION_HEADERS

Line 177: from igi_iac_transaction_headers

173:
174: declare
175: cursor c_txn_type is
176: select transaction_type_code
177: from igi_iac_transaction_headers
178: where adjustment_id = fp_det_balances.adjustment_id
179: ;
180: begin
181: for l_type in c_txn_type loop