DBA Data[Home] [Help]

APPS.WMS_OP_RUNTIME_PVT_APIS dependencies on WMS_OP_OPERATION_INSTANCES

Line 83: * This procedure inserts data into the table WMS_OP_OPERATION_INSTANCES.


79: );
80:
81: /**
82: *

Procedure:Insert_operation_instance
83: * This procedure inserts data into the table WMS_OP_OPERATION_INSTANCES.


84: * @param p_insert_rec - Record Variable of type WMS_OP_OPERATION_INSTANCES%rowtype
85: * @param x_return_status - Return Status
86: * @param x_msg_count - Returns Message Count
87: * @param x_msg_data - Returns Error Message

Line 84: * @param p_insert_rec - Record Variable of type WMS_OP_OPERATION_INSTANCES%rowtype

80:
81: /**
82: *

Procedure:Insert_operation_instance
83: * This procedure inserts data into the table WMS_OP_OPERATION_INSTANCES.


84: * @param p_insert_rec - Record Variable of type WMS_OP_OPERATION_INSTANCES%rowtype
85: * @param x_return_status - Return Status
86: * @param x_msg_count - Returns Message Count
87: * @param x_msg_data - Returns Error Message
88: */

Line 90: p_insert_rec IN wms_op_operation_instances%ROWTYPE

86: * @param x_msg_count - Returns Message Count
87: * @param x_msg_data - Returns Error Message
88: */
89: PROCEDURE insert_operation_instance(
90: p_insert_rec IN wms_op_operation_instances%ROWTYPE
91: , x_return_status OUT NOCOPY VARCHAR2
92: , x_msg_count OUT NOCOPY NUMBER
93: , x_msg_data OUT NOCOPY fnd_new_messages.MESSAGE_TEXT%TYPE
94: );

Line 99: * @param p_update_rec - Record Variable of type WMS_OP_OPERATION_INSTANCES%rowtype

95:
96: /**
97: *

Procedure:Update_Operation_instance
98: * This procedure updates data into the table WMS_OP_PLAN_INSTANCES.


99: * @param p_update_rec - Record Variable of type WMS_OP_OPERATION_INSTANCES%rowtype
100: * @param x_return_status - Return Status
101: * @param x_msg_count - Returns Message Count
102: * @param x_msg_data - Returns Error Message
103: */

Line 105: p_update_rec IN wms_op_operation_instances%ROWTYPE

101: * @param x_msg_count - Returns Message Count
102: * @param x_msg_data - Returns Error Message
103: */
104: PROCEDURE update_operation_instance(
105: p_update_rec IN wms_op_operation_instances%ROWTYPE
106: , x_return_status OUT NOCOPY VARCHAR2
107: , x_msg_count OUT NOCOPY NUMBER
108: , x_msg_data OUT NOCOPY fnd_new_messages.MESSAGE_TEXT%TYPE
109: );