DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on RA_CUST_TRX_TYPES_ALL

Line 246: FROM ra_cust_trx_types_all

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