DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on IGI_IAC_TRANSACTION_HEADERS_S

Line 1458: SELECT igi_iac_transaction_headers_s.nextval

1454:
1455: /* Cursor to select the adjustment_id from the sequence for a new record */
1456:
1457: CURSOR c_adj_id IS
1458: SELECT igi_iac_transaction_headers_s.nextval
1459: FROM dual;
1460:
1461: /* To select the asset's deprn_expense from fa_books */
1462:

Line 2137: SELECT igi_iac_transaction_headers_s.nextval

2133:
2134: /* Cursor to select the adjustment_id from the sequence for a new record */
2135:
2136: CURSOR c_adj_id IS
2137: SELECT igi_iac_transaction_headers_s.nextval
2138: FROM dual;
2139:
2140: /* To select the asset's deprn_expense from fa_books */
2141: