DBA Data[Home] [Help]

APPS.JTF_TASKS_PUB dependencies on STANDARD

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

4826: l_msg_count NUMBER;
4827: BEGIN
4828: x_return_status := fnd_api.g_ret_sts_success;
4829:
4830: -- standard call to check for call compatibility
4831: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
4832: RAISE fnd_api.g_exc_unexpected_error;
4833: END IF;
4834:

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

5044: v_task_table jtf_tasks_pub.task_table_type;
5045: BEGIN
5046: x_return_status := fnd_api.g_ret_sts_success;
5047:
5048: -- standard call to check for call compatibility
5049: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
5050: RAISE fnd_api.g_exc_unexpected_error;
5051: END IF;
5052:

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

5166: l_tbl_count NUMBER := p_task_table.COUNT;
5167: BEGIN -- export_file
5168: x_return_status := fnd_api.g_ret_sts_success;
5169:
5170: -- standard call to check for call compatibility
5171: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
5172: RAISE fnd_api.g_exc_unexpected_error;
5173: END IF;
5174:

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

5589: BEGIN
5590: SAVEPOINT query_task_pub1;
5591: x_return_status := fnd_api.g_ret_sts_success;
5592:
5593: -- standard call to check for call compatibility
5594: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
5595: RAISE fnd_api.g_exc_unexpected_error;
5596: END IF;
5597:

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

5811: BEGIN
5812: SAVEPOINT query_task_pub2;
5813: x_return_status := fnd_api.g_ret_sts_success;
5814:
5815: -- standard call to check for call compatibility
5816: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
5817: RAISE fnd_api.g_exc_unexpected_error;
5818: END IF;
5819:

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

6127: BEGIN
6128: SAVEPOINT query_next_task;
6129: x_return_status := fnd_api.g_ret_sts_success;
6130:
6131: -- standard call to check for call compatibility
6132: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
6133: RAISE fnd_api.g_exc_unexpected_error;
6134: END IF;
6135: