DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_WF dependencies on AME_TRANSACTION_TYPES_V

Line 1316: FROM ame_transaction_types_v

1312: -- Get the Transaction Type Id from OAM
1313: CURSOR c_get_trx_type_csr(cp_trx_type VARCHAR2) IS
1314: SELECT transaction_type_id,
1315: fnd_application_id
1316: FROM ame_transaction_types_v
1317: WHERE transaction_type_id = cp_trx_type;
1318: c_get_trx_type_csr_rec c_get_trx_type_csr%ROWTYPE;
1319:
1320: CURSOR l_trx_try_csr IS

Line 1526: FROM ame_transaction_types_v

1522: -- Get the Transaction Type Id from OAM
1523: CURSOR c_get_trx_type_csr(cp_trx_type VARCHAR2) IS
1524: SELECT transaction_type_id,
1525: fnd_application_id
1526: FROM ame_transaction_types_v
1527: WHERE transaction_type_id = cp_trx_type;
1528: c_get_trx_type_csr_rec c_get_trx_type_csr%ROWTYPE;
1529:
1530: CURSOR l_trx_try_csr IS