DBA Data[Home] [Help]

APPS.WMS_ATF_RUNTIME_PUB_APIS dependencies on WMS_DISPATCHED_TASKS

Line 122: * @param p_task_execute_rec -Input of WMS_DISPATCHED_TASKS to be created for the task.

118: * @param x_msg_count -Returns the message count
119: * @param x_error_code -Returns appropriate error code in case of any error.
120: * @param p_source_task_id -Identifier of the document record.
121: * @param p_activity_id -Identifier of the Activity Type.
122: * @param p_task_execute_rec -Input of WMS_DISPATCHED_TASKS to be created for the task.
123: **/
124:
125: PROCEDURE ACTIVATE_OPERATION_INSTANCE(
126: x_return_status OUT NOCOPY VARCHAR2

Line 135: ,p_task_execute_rec IN WMS_DISPATCHED_TASKS%ROWTYPE );

131: ,x_consolidation_method_id OUT NOCOPY NUMBER
132: ,p_source_task_id IN NUMBER
133: ,p_activity_id IN NUMBER
134: ,p_operation_type_id IN NUMBER
135: ,p_task_execute_rec IN WMS_DISPATCHED_TASKS%ROWTYPE );
136:
137: /** Complete_Operation_instance
138: *

This procedure completes the current operation and creates the next operation instance.
139: * If the operation is the last operation the plan is marked as 'COMPLETED' and archived.