DBA Data[Home] [Help]

APPS.AR_CM_VAL_PVT dependencies on RA_CUST_TRX_TYPES

Line 961: FROM ra_cust_trx_types tt, ra_customer_trx ct

957: class in ('INV','DM'); -- Should we include DM, DEP, GUAR, CB?
958:
959: CURSOR c_trx_type(c_customer_trx_id number ) IS
960: SELECT tt.type
961: FROM ra_cust_trx_types tt, ra_customer_trx ct
962: WHERE ct.customer_trx_id = c_customer_trx_id
963: and tt.cust_trx_type_id=ct.cust_trx_type_id;
964:
965: l_class varchar2(20);