DBA Data[Home] [Help]

APPS.JTF_TASKS_PUB dependencies on STANDARD

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

4851: l_msg_count NUMBER;
4852: BEGIN
4853: x_return_status := fnd_api.g_ret_sts_success;
4854:
4855: -- standard call to check for call compatibility
4856: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
4857: RAISE fnd_api.g_exc_unexpected_error;
4858: END IF;
4859:

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

5069: v_task_table jtf_tasks_pub.task_table_type;
5070: BEGIN
5071: x_return_status := fnd_api.g_ret_sts_success;
5072:
5073: -- standard call to check for call compatibility
5074: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
5075: RAISE fnd_api.g_exc_unexpected_error;
5076: END IF;
5077:

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

5191: l_tbl_count NUMBER := p_task_table.COUNT;
5192: BEGIN -- export_file
5193: x_return_status := fnd_api.g_ret_sts_success;
5194:
5195: -- standard call to check for call compatibility
5196: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
5197: RAISE fnd_api.g_exc_unexpected_error;
5198: END IF;
5199:

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

5614: BEGIN
5615: SAVEPOINT query_task_pub1;
5616: x_return_status := fnd_api.g_ret_sts_success;
5617:
5618: -- standard call to check for call compatibility
5619: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
5620: RAISE fnd_api.g_exc_unexpected_error;
5621: END IF;
5622:

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

5836: BEGIN
5837: SAVEPOINT query_task_pub2;
5838: x_return_status := fnd_api.g_ret_sts_success;
5839:
5840: -- standard call to check for call compatibility
5841: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
5842: RAISE fnd_api.g_exc_unexpected_error;
5843: END IF;
5844:

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

6152: BEGIN
6153: SAVEPOINT query_next_task;
6154: x_return_status := fnd_api.g_ret_sts_success;
6155:
6156: -- standard call to check for call compatibility
6157: IF (NOT fnd_api.compatible_api_call(l_api_version, p_api_version, l_api_name, g_pkg_name)) THEN
6158: RAISE fnd_api.g_exc_unexpected_error;
6159: END IF;
6160: