DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_UTILITIES dependencies on IGI_IAC_TRANSACTION_HEADERS

Line 1194: FROM igi_iac_transaction_headers

1190: CURSOR c_get_transaction IS
1191: SELECT adjustment_id,
1192: transaction_header_id,
1193: transaction_type_code
1194: FROM igi_iac_transaction_headers
1195: WHERE book_type_code = p_book_type_code
1196: AND period_counter = p_period_counter
1197: AND transaction_type_code in ('REVALUATION');
1198: