DBA Data[Home] [Help]

APPS.IEX_ROUTING_PVT dependencies on JTF_CUSTOMER_PROFILES_V

Line 6: -- collector_id jtf_customer_profiles_v.collector_id%type

2: /* $Header: iexvrous.pls 120.0 2004/01/24 03:28:37 appldev noship $ */
3:
4: --TYPE iex_collectors_rec_type IS RECORD
5: --(
6: -- collector_id jtf_customer_profiles_v.collector_id%type
7: --);
8:
9: --TYPE iex_collectors_tbl_type IS TABLE OF iex_collectors_rec_type
10: -- INDEX BY BINARY_INTEGER;

Line 13: jtf_customer_profiles_v.collector_id%type

9: --TYPE iex_collectors_tbl_type IS TABLE OF iex_collectors_rec_type
10: -- INDEX BY BINARY_INTEGER;
11:
12: TYPE iex_collectors_tbl_type IS TABLE OF
13: jtf_customer_profiles_v.collector_id%type
14: INDEX BY BINARY_INTEGER;
15:
16:
17: PROCEDURE isCustomerOverdue ( p_api_version in number,