DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on RA_CUST_TRX_TYPES_ALL

Line 248: FROM ra_cust_trx_types_all

244: l_sl_dtl_rec c_sl_trx_type_dtl%ROWTYPE;
245:
246: CURSOR c_ar_trx_type(cp_trx_type_id in number) is
247: SELECT type
248: FROM ra_cust_trx_types_all
249: WHERE cust_trx_type_id = cp_trx_type_id;
250:
251: /* fetches all transactions for which box is not allocated */
252: /* this cursor is only used for reference in REF CURSOR RETURN statement */