DBA Data[Home] [Help]

APPS.AR_BFB_UTILS_PVT dependencies on RA_CUSTOMER_TRX_ALL

Line 5: TYPE l_trx_id_type IS TABLE OF ra_customer_trx_all.customer_trx_id%type

1: package body ar_bfb_utils_pvt as
2: /* $Header: ARBFBUTB.pls 120.34.12020000.9 2013/01/10 20:02:10 hvaladip ship $ */
3:
4: /* Global table definitions */
5: TYPE l_trx_id_type IS TABLE OF ra_customer_trx_all.customer_trx_id%type
6: INDEX BY BINARY_INTEGER;
7: TYPE l_term_id_type IS TABLE OF ra_customer_trx_all.term_id%type
8: INDEX BY BINARY_INTEGER;
9: TYPE hz_customer_prof_cach is table of hz_customer_profiles.cons_bill_level%TYPE

Line 7: TYPE l_term_id_type IS TABLE OF ra_customer_trx_all.term_id%type

3:
4: /* Global table definitions */
5: TYPE l_trx_id_type IS TABLE OF ra_customer_trx_all.customer_trx_id%type
6: INDEX BY BINARY_INTEGER;
7: TYPE l_term_id_type IS TABLE OF ra_customer_trx_all.term_id%type
8: INDEX BY BINARY_INTEGER;
9: TYPE hz_customer_prof_cach is table of hz_customer_profiles.cons_bill_level%TYPE
10: INDEX BY BINARY_INTEGER;
11: