DBA Data[Home] [Help]

APPS.INV_QUANTITY_TREE_GRP dependencies on STANDARD

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

60: l_api_version_number CONSTANT NUMBER := 1.0;
61: l_api_name CONSTANT VARCHAR2(30) := 'Create_Tree';
62: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
63: BEGIN
64: -- Standard call to check for call compatibility
65: IF NOT fnd_api.compatible_api_call(l_api_version_number
66: , p_api_version_number
67: , l_api_name
68: , G_PKG_NAME

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

251: l_api_version_number CONSTANT NUMBER := 1.0;
252: l_api_name CONSTANT VARCHAR2(30) := 'Query_Tree';
253: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
254: BEGIN
255: -- Standard call to check for call compatibility
256: IF NOT fnd_api.compatible_api_call(l_api_version_number
257: , p_api_version_number
258: , l_api_name
259: , G_PKG_NAME

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

459: l_api_version_number CONSTANT NUMBER := 1.0;
460: l_api_name CONSTANT VARCHAR2(30) := 'Update_Quantities';
461: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
462: BEGIN
463: -- Standard call to check for call compatibility
464: IF NOT fnd_api.compatible_api_call(l_api_version_number
465: , p_api_version_number
466: , l_api_name
467: , G_PKG_NAME

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

576: l_api_version_number CONSTANT NUMBER := 1.0;
577: l_api_name CONSTANT VARCHAR2(30) := 'Do_Check';
578: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
579: BEGIN
580: -- Standard call to check for call compatibility
581: IF NOT fnd_api.compatible_api_call(l_api_version_number
582: , p_api_version_number
583: , l_api_name
584: , G_PKG_NAME

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

669: l_api_version_number CONSTANT NUMBER := 1.0;
670: l_api_name CONSTANT VARCHAR2(30) := 'Do_Check';
671: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
672: BEGIN
673: -- Standard call to check for call compatibility
674: IF NOT fnd_api.compatible_api_call(l_api_version_number
675: , p_api_version_number
676: , l_api_name
677: , G_PKG_NAME

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

762: l_api_version_number CONSTANT NUMBER := 1.0;
763: l_api_name CONSTANT VARCHAR2(30) := 'Free_Tree';
764: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
765: BEGIN
766: -- Standard call to check for call compatibility
767: IF NOT fnd_api.compatible_api_call(l_api_version_number
768: , p_api_version_number
769: , l_api_name
770: , G_PKG_NAME