DBA Data[Home] [Help]

APPS.CSL_TASK_ASSIGNMENTS_PKG dependencies on CSF_TASK_ASSIGNMENTS_PUB

Line 110: csf_task_assignments_pub.update_assignment_status

106:
107: CLOSE c_task_assignment;
108:
109:
110: csf_task_assignments_pub.update_assignment_status
111: ( p_api_version => 1.0
112: , p_init_msg_list => FND_API.G_TRUE
113: , p_commit => FND_API.G_FALSE
114: , x_return_status => x_return_status

Line 370: csf_task_assignments_pub.update_assignment_status

366: -- To allow for A -> C no validation is done here. This is not a problem
367: -- as the laptop application does the check if going from a -> C in 2
368: -- steps is valid.
369:
370: csf_task_assignments_pub.update_assignment_status
371: ( p_api_version => 1.0
372: , p_init_msg_list => FND_API.G_TRUE
373: , p_commit => FND_API.G_FALSE
374: , x_return_status => x_return_status