DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on OKL_TRX_TYPES_TL

Line 1188: FROM OKL_TRX_TYPES_TL

1184:
1185: -- Cursor to select the transaction type id for the accrual transaction
1186: CURSOR trx_type_id_csr IS
1187: SELECT id
1188: FROM OKL_TRX_TYPES_TL
1189: WHERE name = 'Accrual'
1190: AND LANGUAGE = 'US';
1191:
1192: -- Cursor to select the number of days for a reverse transaction

Line 2804: FROM OKL_TRX_TYPES_TL

2800:
2801: -- Cursor to select the transaction type id for the accrual transaction
2802: CURSOR trx_type_id_csr IS
2803: SELECT id
2804: FROM OKL_TRX_TYPES_TL
2805: WHERE name = l_try_name
2806: AND LANGUAGE = 'US';
2807:
2808: -- cursor to get the contract number