DBA Data[Home] [Help]

APPS.INV_CONSIGNED_VALIDATIONS_GRP dependencies on STANDARD

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

117: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
118: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
119:
120: BEGIN
121: -- Standard call to check for call compatibility
122: IF NOT fnd_api.compatible_api_call(l_api_version_number
123: , p_api_version_number
124: , l_api_name
125: , G_PKG_NAME

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

292: l_sqty NUMBER := NULL;
293: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
294:
295: BEGIN
296: -- Standard call to check for call compatibility
297: IF NOT fnd_api.compatible_api_call(l_api_version_number
298: , p_api_version_number
299: , l_api_name
300: , G_PKG_NAME

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

400: l_qty NUMBER := 0;
401: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
402:
403: BEGIN
404: -- Standard call to check for call compatibility
405: IF NOT fnd_api.compatible_api_call
406: (l_api_version_number
407: , p_api_version_number
408: , l_api_name