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: -- 12754397: RGOOTY
1319: WHERE DESCRIPTION = cp_trx_type;
1320: c_get_trx_type_csr_rec c_get_trx_type_csr%ROWTYPE;

Line 1528: FROM ame_transaction_types_v

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