DBA Data[Home] [Help]

APPS.IEX_ROUTING_PVT dependencies on JTF_CUST_ACCOUNTS_ALL_V

Line 131: from jtf_customer_profiles_v prof, jtf_cust_accounts_all_v acct

127: i number := 0;
128:
129: CURSOR c_Collectors IS
130: select distinct collector_id
131: from jtf_customer_profiles_v prof, jtf_cust_accounts_all_v acct
132: where acct.party_id = p_customer_id
133: and prof.cust_account_id = acct.cust_account_id;
134:
135: BEGIN