DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on STANDARD

Line 218: -- Standard call to check for call compatibility

214: g_debug := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
215: END IF;
216: l_debug := g_debug;
217:
218: -- Standard call to check for call compatibility
219: IF NOT fnd_api.compatible_api_call( l_api_version
220: ,p_api_version
221: ,l_api_name
222: ,g_pkg_name ) THEN

Line 729: -- Standard check of p_commit

725: --update global value for simulation form
726: wms_search_order_globals_pvt.g_costgroup_id := l_cost_group_id;
727: END IF;
728:
729: -- Standard check of p_commit
730: IF fnd_api.to_boolean(p_commit) THEN
731: COMMIT WORK;
732: END IF;
733: