DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on CS_TXN_BILLING_TYPES

Line 2696: FROM cs_txn_billing_types

2692: THEN
2693: BEGIN
2694: SELECT transaction_type_id
2695: INTO l_transaction_type_id
2696: FROM cs_txn_billing_types
2697: WHERE txn_billing_type_id =
2698: x_product_txn_rec.txn_billing_type_id;
2699: EXCEPTION
2700: WHEN NO_DATA_FOUND THEN