DBA Data[Home] [Help]

APPS.GMD_OPERATIONS_PUB dependencies on GMD_OPERATIONS_PVT

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

266: gmd_debug.put_line('before PVT routine called');
267: END IF;
268:
269: /* insert operation */
270: GMD_OPERATIONS_PVT.insert_operation(p_operations => p_operations,
271: x_message_count => x_message_count,
272: x_message_list => x_message_list,
273: x_return_status => l_retn_status);
274: IF l_retn_status <> FND_API.g_ret_sts_success THEN

Line 578: GMD_OPERATIONS_PVT.update_operation(p_oprn_id => v_oprn_id

574: IF (l_debug = 'Y') THEN
575: gmd_debug.put_line('before PVT routine called');
576: END IF;
577:
578: GMD_OPERATIONS_PVT.update_operation(p_oprn_id => v_oprn_id
579: , p_update_table => p_update_table
580: , x_message_count => x_message_count
581: , x_message_list => x_message_list
582: , x_return_status => l_retn_status);