DBA Data[Home] [Help]

APPS.GMI_AUTO_ALLOC_BATCH_PKG dependencies on STANDARD

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

65: ,p_commit IN VARCHAR2
66: ,p_batch_id IN NUMBER
67: ) IS
68:
69: -- Standard constants to be used to check for call compatibility.
70: l_api_version CONSTANT NUMBER := 1.0;
71: l_api_name CONSTANT VARCHAR2(30):= 'allocate_opm_orders';
72:
73: -- Local Variables.

Line 138: /* Standard begin of API savepoint

134: =========================================*/
135: x_return_status := FND_API.G_RET_STS_SUCCESS;
136: retcode := x_return_status;
137:
138: /* Standard begin of API savepoint
139: ===========================================*/
140: SAVEPOINT Auto_Allocate_Batch_SP;
141:
142: /*Standard call to check for call compatibility.

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

138: /* Standard begin of API savepoint
139: ===========================================*/
140: SAVEPOINT Auto_Allocate_Batch_SP;
141:
142: /*Standard call to check for call compatibility.
143: ==============================================*/
144:
145: IF NOT FND_API.compatible_api_call (
146: l_api_version,

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

540: , x_msg_data OUT NOCOPY VARCHAR2
541: )
542: IS
543:
544: -- Standard constants to be used to check for call compatibility.
545: l_api_version CONSTANT NUMBER := 1.0;
546: l_api_name CONSTANT VARCHAR2(30):= 'Auto_Alloc_Wdd_Line';
547:
548: -- Local Variables.

Line 649: /* Standard begin of API savepoint

645: =========================================*/
646: x_return_status := FND_API.G_RET_STS_SUCCESS;
647:
648:
649: /* Standard begin of API savepoint
650: ===========================================*/
651: SAVEPOINT Auto_Alloc_Wdd_Line_SP;
652:
653: /*Standard call to check for call compatibility.

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

649: /* Standard begin of API savepoint
650: ===========================================*/
651: SAVEPOINT Auto_Alloc_Wdd_Line_SP;
652:
653: /*Standard call to check for call compatibility.
654: ==============================================*/
655:
656: IF NOT FND_API.compatible_api_call (
657: l_api_version,