DBA Data[Home] [Help]

APPS.CSM_TASK_ASSIGNMENTS_PKG dependencies on CSF_TASK_ASSIGNMENTS_PUB

Line 114: csf_task_assignments_pub.update_assignment_status

110:
111: -- Synchronize Task Assignment and Task statuses
112: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
113:
114: csf_task_assignments_pub.update_assignment_status
115: ( p_api_version => 1.0
116: , p_init_msg_list => FND_API.G_TRUE
117: , p_commit => FND_API.G_FALSE
118: , p_validation_level => FND_API.G_VALID_LEVEL_NONE

Line 221: csf_task_assignments_pub.update_assignment_status

217: -- necessary to redo them here. Even worse, a state change in two steps
218: -- A -> B and B -> C may be OK for palm application, but if the intermediate
219: -- step is not sent to CRM, the API will see A -> C and refuse it.
220: -- To allow for A -> C no validation is done.
221: csf_task_assignments_pub.update_assignment_status
222: ( p_api_version => 1.0
223: , p_init_msg_list => FND_API.G_TRUE
224: , p_commit => FND_API.G_FALSE
225: , p_validation_level => FND_API.G_VALID_LEVEL_NONE

Line 251: csf_task_assignments_pub.Update_Task_Assignment

247: -- Also need to update the actual times of the task assignment update
248: -- use a different procedure for this because the csf_tasks_pub.update_assignment_status
249: -- doesn't support the actual times and the csf_tasks_pub.Update_Task_Assignment doen't
250: -- support the validation level set to none.
251: csf_task_assignments_pub.Update_Task_Assignment
252: ( p_api_version => 1.0
253: , p_init_msg_list => FND_API.G_TRUE
254: , p_commit => FND_API.G_FALSE
255: , p_task_assignment_id => p_record.task_assignment_id