DBA Data[Home] [Help]

APPS.INV_QUANTITY_TREE_PUB dependencies on STANDARD

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

156: l_tree_id INTEGER;
157:
158: BEGIN
159:
160: -- Standard call to check for call compatibility
161: IF NOT fnd_api.compatible_api_call(l_api_version_number
162: , p_api_version_number
163: , l_api_name
164: , G_PKG_NAME

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

449: l_override_neg_for_backflush NUMBER := 2;
450: l_neg_inv_rcpt NUMBER := 0;
451: BEGIN
452:
453: -- Standard call to check for call compatibility
454: IF NOT fnd_api.compatible_api_call(l_api_version_number
455: , p_api_version_number
456: , l_api_name
457: , G_PKG_NAME

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

693: l_api_version_number CONSTANT NUMBER := 1.0;
694: l_api_name CONSTANT VARCHAR2(30) := 'Do_Check';
695: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
696: BEGIN
697: -- Standard call to check for call compatibility
698: IF NOT fnd_api.compatible_api_call(l_api_version_number
699: , p_api_version_number
700: , l_api_name
701: , G_PKG_NAME