DBA Data[Home] [Help]

APPS.GMI_OM_ALLOC_API_PUB dependencies on STANDARD

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

75: ,x_msg_count OUT NOCOPY NUMBER
76: ,x_msg_data OUT NOCOPY VARCHAR2 ) IS
77:
78:
79: -- Standard constants to be used to check for call compatibility.
80: l_api_version CONSTANT NUMBER := 1.0;
81: l_api_name CONSTANT VARCHAR2(30):= 'allocate_opm_orders';
82:
83: -- Local Variables.

Line 284: /* Standard begin of API savepoint

280: WHEN OTHERS THEN
281: n := 9;
282: END;
283:
284: /* Standard begin of API savepoint
285: ===========================================*/
286: SAVEPOINT Allocate_OPM_Orders_SP;
287:
288: /*Standard call to check for call compatibility.

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

284: /* Standard begin of API savepoint
285: ===========================================*/
286: SAVEPOINT Allocate_OPM_Orders_SP;
287:
288: /*Standard call to check for call compatibility.
289: ==============================================*/
290:
291: IF NOT FND_API.compatible_api_call (
292: l_api_version,