DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on OKL_TRX_TYPES_TL

Line 1298: FROM OKL_TRX_TYPES_TL

1294:
1295: -- Cursor to select the transaction type id for the accrual transaction
1296: CURSOR trx_type_id_csr IS
1297: SELECT id
1298: FROM OKL_TRX_TYPES_TL
1299: WHERE name = 'Accrual'
1300: AND LANGUAGE = 'US';
1301:
1302: -- Cursor to select the number of days for a reverse transaction

Line 2991: FROM OKL_TRX_TYPES_TL

2987: -- Bug 9001154 : End
2988: -- Cursor to select the transaction type id for the accrual transaction
2989: CURSOR trx_type_id_csr IS
2990: SELECT id
2991: FROM OKL_TRX_TYPES_TL
2992: WHERE name = l_try_name
2993: AND LANGUAGE = 'US';
2994:
2995: -- cursor to get the contract number