DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on STANDARD

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

41: ,p_commit IN VARCHAR2 := fnd_api.g_false
42: ,p_so_line_id IN NUMBER
43: ) IS
44:
45: -- Standard constants to be used to check for call compatibility.
46: l_api_version CONSTANT NUMBER := 1.0;
47: l_api_name CONSTANT VARCHAR2(30):= 'create_batch_for_order_line';
48:
49: -- Local Variables.

Line 186: /* Standard begin of API savepoint

182: gme_debug.put_line(g_pkg_name||'.'||l_api_name||' ENTER API ');
183: -- gme_debug.log_initialize ('OPM_MaketoOrder');
184: END IF;
185:
186: /* Standard begin of API savepoint
187: ===========================================*/
188: FND_FILE.Put_Line(FND_FILE.LOG, 'start OPM processing ');
189: SAVEPOINT create_batch_for_so_line_SP;
190:

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

187: ===========================================*/
188: FND_FILE.Put_Line(FND_FILE.LOG, 'start OPM processing ');
189: SAVEPOINT create_batch_for_so_line_SP;
190:
191: /*Standard call to check for call compatibility.
192: ==============================================*/
193: IF NOT FND_API.compatible_api_call (
194: l_api_version,
195: p_api_version,