DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on HZ_PARTIES

Line 1830: from hz_parties

1826: if x_incident_id is null then
1827: begin
1828: select party_type
1829: into l_service_request_rec.caller_type
1830: from hz_parties
1831: where party_id = p_sr_rec.sr_party_id;
1832: exception
1833: when no_data_found then
1834: -- invalid party.