DBA Data[Home] [Help]

APPS.OKL_INTEREST_CALC_PVT dependencies on RA_CUST_TRX_TYPES

Line 142: FROM ra_cust_trx_types

138: l_sales_rep OKC_CONTACTS.object1_id1%TYPE;
139:
140: CURSOR trx_csr IS
141: SELECT cust_trx_type_id
142: FROM ra_cust_trx_types
143: WHERE name = 'Invoice-OKL';
144:
145: l_trx_type NUMBER;
146: