DBA Data[Home] [Help]

APPS.CS_CONBILLING_PVT dependencies on RA_CUST_TRX_TYPES

Line 78: FROM ra_cust_trx_types

74: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
75: END IF;
76:
77: SELECT type INTO transaction_class
78: FROM ra_cust_trx_types
79: WHERE cust_trx_type_id=p_trx_type_id;
80:
81: IF SQL%NOTFOUND THEN
82: fnd_message.set_name('CS','CS_CONTRACTS_CLASS_NOT_FOUND');