DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on RA_CUST_TRX_TYPES

Line 133: FROM ra_cust_trx_types

129: END IF;
130:
131: SELECT name
132: INTO l_cat_code
133: FROM ra_cust_trx_types
134: WHERE cust_trx_type_id = p_trx_rec.cust_trx_type_id;
135:
136: IF ( NVL( pg_profile_doc_seq, 'N') <> 'N' )
137: THEN