DBA Data[Home] [Help]

APPS.CSD_ESTIMATE_UTILS_PVT dependencies on CS_TRANSACTION_TYPES

Line 954: FROM cs_txn_billing_types ctbt, cs_transaction_types ctt

950: -- cursor to get nocharge flag, txn_type and validate txn_billing_type
951: CURSOR CUR_NO_CHARGE_FLAG(p_txn_billing_Type_id NUMBER) IS
952: SELECT NVL(ctt.no_charge_flag, 'N') no_charge_flag,
953: ctt.transaction_Type_id
954: FROM cs_txn_billing_types ctbt, cs_transaction_types ctt
955: WHERE ctbt.txn_billing_type_id = p_txn_billing_type_id
956: AND ctbt.transaction_type_id = ctt.transaction_type_id;
957: -- Cursor to get the incident id , repair type, business process
958: CURSOR CUR_REPAIR_LINE(p_Repair_line_id NUMBER) IS