DBA Data[Home] [Help]

APPS.CS_AUTOGEN_TASK_PVT dependencies on CS_SR_TASK_AUTOASSIGN_PKG

Line 45: l_task_attribute_rec CS_SR_TASK_AUTOASSIGN_PKG.Sr_Task_rec_type := null;

41:
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:

Line 196: CS_SR_TASK_AUTOASSIGN_PKG.Assign_Task_Resource

192: l_owner_type := null ;
193: l_return_status := null ;
194:
195:
196: CS_SR_TASK_AUTOASSIGN_PKG.Assign_Task_Resource
197: (p_api_version => 1.0 ,
198: p_init_msg_list => fnd_api.g_false ,
199: p_commit => l_commit ,
200: p_incident_id => p_incident_id ,