DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on CS_TRANSACTION_TYPES_B

Line 15076: from cs_transaction_types_b ctt

15072: )IS
15073:
15074: cursor c_create_charge_flag ( p_txn_type_id IN NUMBER)IS
15075: select nvl(ctt.create_charge_flag, 'Y')
15076: from cs_transaction_types_b ctt
15077: where transaction_type_id= p_txn_type_id ;
15078:
15079:
15080: BEGIN