DBA Data[Home] [Help]

APPS.CS_SR_FUL_PKG dependencies on JTF_CUST_ACCOUNTS_ALL_V

Line 171: SELECT a.account_number from jtf_cust_accounts_all_v a, cs_sr_incidents_v b

167: where a.resource_id = b.incident_owner_id
168: and b.incident_id = l_incident_id;
169:
170: CURSOR cs_account_csr is
171: SELECT a.account_number from jtf_cust_accounts_all_v a, cs_sr_incidents_v b
172: where b.account_id = a.cust_account_id
173: and b.incident_id = l_incident_id;
174:
175: CURSOR cs_person_name_csr is