DBA Data[Home] [Help]

APPS.CS_SR_TASK_AUTOASSIGN_PKG dependencies on HZ_PARTIES

Line 195: FROM hz_parties

191: -- Added cursor to fetch the number of Employees for a
192: -- customer, for ER# 4107660.
193: CURSOR c_cust_det(p_customer_id NUMBER) IS
194: SELECT employees_total, party_name
195: FROM hz_parties
196: WHERE party_id = p_customer_id;
197:
198: l_inc_rec c_inc_rec%ROWTYPE;
199: l_service_request_rec CS_ServiceRequest_PUB.service_request_rec_type ;