DBA Data[Home] [Help]

APPS.CS_SR_FUL_PKG dependencies on CS_SR_OWNERS_V

Line 166: SELECT a.resource_name from cs_sr_owners_v a, cs_sr_incidents_v b

162: WHERE
163: incident_id = l_incident_id;
164:
165: CURSOR cs_owner_csr is
166: SELECT a.resource_name from cs_sr_owners_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