DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on STANDARD

Line 55: -- Standard constants to be used to check for call compatibility.

51: ,p_commit IN VARCHAR2 := fnd_api.g_false
52: ,p_so_line_id IN NUMBER
53: ) IS
54:
55: -- Standard constants to be used to check for call compatibility.
56: l_api_version CONSTANT NUMBER := 1.0;
57: l_api_name CONSTANT VARCHAR2(30):= 'create_batch_for_order_line';
58:
59: -- Local Variables.

Line 201: /* Standard begin of API savepoint

197: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' ENTER API ');
198: -- gme_debug.log_initialize ('OPM_MaketoOrder');
199: END IF;
200:
201: /* Standard begin of API savepoint
202: ===========================================*/
203: FND_FILE.Put_Line(FND_FILE.LOG, 'start OPM processing ');
204: SAVEPOINT create_batch_for_so_line_SP;
205:

Line 206: /*Standard call to check for call compatibility.

202: ===========================================*/
203: FND_FILE.Put_Line(FND_FILE.LOG, 'start OPM processing ');
204: SAVEPOINT create_batch_for_so_line_SP;
205:
206: /*Standard call to check for call compatibility.
207: ==============================================*/
208: IF NOT FND_API.compatible_api_call (
209: l_api_version,
210: p_api_version,