DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on CS_TXN_BILLING_TYPES

Line 2614: FROM cs_txn_billing_types

2610: THEN
2611: BEGIN
2612: SELECT transaction_type_id
2613: INTO l_transaction_type_id
2614: FROM cs_txn_billing_types
2615: WHERE txn_billing_type_id =
2616: x_product_txn_rec.txn_billing_type_id;
2617: EXCEPTION
2618: WHEN NO_DATA_FOUND THEN