DBA Data[Home] [Help]

APPS.GMD_OPERATIONS_PUB dependencies on GMD_OPERATIONS_PVT

Line 263: GMD_OPERATIONS_PVT.insert_operation(p_operations => p_operations,

259: gmd_debug.put_line('before PVT routine called');
260: END IF;
261:
262: /* insert operation */
263: GMD_OPERATIONS_PVT.insert_operation(p_operations => p_operations,
264: x_message_count => x_message_count,
265: x_message_list => x_message_list,
266: x_return_status => l_retn_status);
267: IF l_retn_status <> FND_API.g_ret_sts_success THEN

Line 571: GMD_OPERATIONS_PVT.update_operation(p_oprn_id => v_oprn_id

567: IF (l_debug = 'Y') THEN
568: gmd_debug.put_line('before PVT routine called');
569: END IF;
570:
571: GMD_OPERATIONS_PVT.update_operation(p_oprn_id => v_oprn_id
572: , p_update_table => p_update_table
573: , x_message_count => x_message_count
574: , x_message_list => x_message_list
575: , x_return_status => l_retn_status);