DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on CS_TRANSACTION_TYPES_B

Line 16647: from cs_transaction_types_b ctt

16643: )IS
16644:
16645: cursor c_create_charge_flag ( p_txn_type_id IN NUMBER)IS
16646: select nvl(ctt.create_charge_flag, 'Y')
16647: from cs_transaction_types_b ctt
16648: where transaction_type_id= p_txn_type_id ;
16649:
16650:
16651: BEGIN