DBA Data[Home] [Help]

APPS.CS_AUTOGEN_TASK_PVT dependencies on CS_SERVICEREQUEST_PUB

Line 46: l_service_request_pub_rec CS_SERVICEREQUEST_PUB.Service_Request_Rec_Type ;

42:
43: -- Variabkes to be passed to the Task Auto Assignment API
44:
45: l_task_attribute_rec CS_SR_TASK_AUTOASSIGN_PKG.Sr_Task_rec_type := null;
46: l_service_request_pub_rec CS_SERVICEREQUEST_PUB.Service_Request_Rec_Type ;
47:
48: -- Exception declaraion
49:
50: e_AutoAssignment_Exception EXCEPTION ;