DBA Data[Home] [Help]

APPS.IGI_IAC_RECLASS_PKG dependencies on IGI_IAC_TRANSACTION_HEADERS_S

Line 1491: SELECT igi_iac_transaction_headers_s.nextval

1487:
1488: /* Cursor to select the adjustment_id from the sequence for a new record */
1489:
1490: CURSOR c_adj_id IS
1491: SELECT igi_iac_transaction_headers_s.nextval
1492: FROM dual;
1493:
1494: /* To select the asset's deprn_expense from fa_books */
1495:

Line 2170: SELECT igi_iac_transaction_headers_s.nextval

2166:
2167: /* Cursor to select the adjustment_id from the sequence for a new record */
2168:
2169: CURSOR c_adj_id IS
2170: SELECT igi_iac_transaction_headers_s.nextval
2171: FROM dual;
2172:
2173: /* To select the asset's deprn_expense from fa_books */
2174: