DBA Data[Home] [Help]

APPS.CS_AUTOGEN_TASK_PVT dependencies on CS_SR_TASK_AUTOASSIGN_PKG

Line 113: l_task_attribute_rec CS_SR_TASK_AUTOASSIGN_PKG.Sr_Task_rec_type := null;

109:
110:
111: -- Variabkes to be passed to the Task Auto Assignment API
112:
113: l_task_attribute_rec CS_SR_TASK_AUTOASSIGN_PKG.Sr_Task_rec_type := null;
114: l_service_request_pub_rec CS_SERVICEREQUEST_PUB.Service_Request_Rec_Type ;
115:
116: -- Exception declaraion
117:

Line 264: CS_SR_TASK_AUTOASSIGN_PKG.Assign_Task_Resource

260: l_owner_type := null ;
261: l_return_status := null ;
262:
263:
264: CS_SR_TASK_AUTOASSIGN_PKG.Assign_Task_Resource
265: (p_api_version => 1.0 ,
266: p_init_msg_list => fnd_api.g_false ,
267: p_commit => l_commit ,
268: p_incident_id => p_incident_id ,