DBA Data[Home] [Help]

APPS.JTF_TASK_TEMP_GROUP_PUB dependencies on STANDARD

Line 178: -- standard call to check for call compatibility

174: savepoint create_task_template_group;
175:
176: x_return_status := fnd_api.g_ret_sts_success;
177:
178: -- standard call to check for call compatibility
179: if (not fnd_api.compatible_api_call(l_api_version,
180: p_api_version,
181: l_api_name,
182: g_pkg_name) )

Line 389: -- standard call to check for call compatibility

385: savepoint update_task_template_group;
386:
387: x_return_status := fnd_api.g_ret_sts_success;
388:
389: -- standard call to check for call compatibility
390: if (not fnd_api.compatible_api_call(l_api_version,
391: p_api_version,
392: l_api_name,
393: g_pkg_name) )

Line 529: -- standard call to check for call compatibility

525: savepoint delete_task_template_group;
526:
527: x_return_status := fnd_api.g_ret_sts_success;
528:
529: -- standard call to check for call compatibility
530: if (not fnd_api.compatible_api_call(l_api_version,
531: p_api_version,
532: l_api_name,
533: g_pkg_name) )

Line 642: -- standard call to check for call compatibility

638: savepoint get_task_template_group;
639:
640: x_return_status := fnd_api.g_ret_sts_success;
641:
642: -- standard call to check for call compatibility
643: if (not fnd_api.compatible_api_call(l_api_version,
644: p_api_version,
645: l_api_name,
646: g_pkg_name) )