DBA Data[Home] [Help]

APPS.CSP_PARTS_REQUIREMENT dependencies on CS_INCIDENTS_ALL_B

Line 1469: from jtf_party_locations_v jpl, cs_incidents_all_b cia

1465: l_count NUMBER;
1466:
1467: cursor get_party_details( c_incident_id number,c_location_id number) is
1468: select jpl.party_site_id, cia.customer_id, cia.account_id
1469: from jtf_party_locations_v jpl, cs_incidents_all_b cia
1470: where jpl.party_id = cia.customer_id
1471: and cia.incident_id = c_incident_id
1472: and jpl.location_id = c_location_id;
1473: