DBA Data[Home] [Help]

APPS.CSF_TASKS_PUB dependencies on STANDARD

Line 656: -- Standard start of API savepoint

652:
653: l_close_status_id NUMBER;
654: l_object_version_number NUMBER;
655: BEGIN
656: -- Standard start of API savepoint
657: SAVEPOINT close_task_pub;
658:
659: -- Standard call to check for call compatibility
660: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

655: BEGIN
656: -- Standard start of API savepoint
657: SAVEPOINT close_task_pub;
658:
659: -- Standard call to check for call compatibility
660: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
661: RAISE fnd_api.g_exc_unexpected_error;
662: END IF;
663:

Line 689: -- Standard check of p_commit

685: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
686: RAISE fnd_api.g_exc_unexpected_error;
687: END IF;
688:
689: -- Standard check of p_commit
690: IF fnd_api.to_boolean (p_commit) THEN
691: COMMIT WORK;
692: END IF;
693: -- Standard call to get message count and if count is 1, get message info

Line 693: -- Standard call to get message count and if count is 1, get message info

689: -- Standard check of p_commit
690: IF fnd_api.to_boolean (p_commit) THEN
691: COMMIT WORK;
692: END IF;
693: -- Standard call to get message count and if count is 1, get message info
694: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
695: EXCEPTION
696: WHEN fnd_api.g_exc_error THEN
697: ROLLBACK TO close_task_pub;

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

746: AND ta.task_id (+) = t.task_id;
747:
748: l_task_info c_task_info%ROWTYPE;
749: BEGIN
750: -- standard call to check for call compatibility
751: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
752: RAISE fnd_api.g_exc_unexpected_error;
753: END IF;
754:

Line 803: -- standard call to get message count and if count is 1, get message info

799: --END IF;
800: l_idx := x_collection.NEXT (l_idx);
801: END LOOP;
802:
803: -- standard call to get message count and if count is 1, get message info
804: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
805: EXCEPTION
806: WHEN OTHERS THEN
807: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1322: -- Standard start of API savepoint

1318:
1319: l_task_info c_task_info%ROWTYPE;
1320: l_task_status_info c_task_status_info%ROWTYPE;
1321: BEGIN
1322: -- Standard start of API savepoint
1323: SAVEPOINT update_task_status_pub;
1324:
1325: -- Standard call to check for call compatibility
1326: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name) THEN

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

1321: BEGIN
1322: -- Standard start of API savepoint
1323: SAVEPOINT update_task_status_pub;
1324:
1325: -- Standard call to check for call compatibility
1326: IF NOT fnd_api.compatible_api_call (l_api_version, p_api_version, l_api_name, g_pkg_name) THEN
1327: RAISE fnd_api.g_exc_unexpected_error;
1328: END IF;
1329:

Line 1402: -- Standard check of p_commit

1398: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
1399: RAISE fnd_api.g_exc_unexpected_error;
1400: END IF;
1401:
1402: -- Standard check of p_commit
1403: IF fnd_api.to_boolean (p_commit) THEN
1404: COMMIT WORK;
1405: END IF;
1406:

Line 2073: -- Standard check of p_commit

2069: ELSIF x_return_status = fnd_api.g_ret_sts_unexp_error THEN
2070: RAISE fnd_api.g_exc_unexpected_error;
2071: END IF;
2072:
2073: -- Standard check of p_commit
2074: IF fnd_api.to_boolean (p_commit) THEN
2075: COMMIT WORK;
2076: END IF;
2077:

Line 2389: -- Standard check of p_commit

2385: END LOOP;
2386: END IF;
2387: -- end of code for the bug 6801965
2388: CLOSE c_task_list;
2389: -- Standard check of p_commit
2390: IF fnd_api.to_boolean (p_commit) THEN
2391: COMMIT WORK;
2392: END IF;
2393:

Line 2739: -- Standard check of p_commit

2735: RAISE fnd_api.g_exc_unexpected_error;
2736: END IF;
2737: END IF;
2738:
2739: -- Standard check of p_commit
2740: IF fnd_api.to_boolean (p_commit) THEN
2741: COMMIT WORK;
2742: END IF;
2743: EXCEPTION

Line 2845: -- Standard check of p_commit

2841:
2842: l_child_position := 'M';
2843: END LOOP;
2844:
2845: -- Standard check of p_commit
2846: IF fnd_api.to_boolean (p_commit) THEN
2847: COMMIT WORK;
2848: END IF;
2849: EXCEPTION

Line 3946: -- Standard check of p_commit

3942:
3943: i := l_cust_task_tbl.next(i);
3944: END LOOP;
3945:
3946: -- Standard check of p_commit
3947: IF fnd_api.to_boolean (p_commit) THEN
3948: COMMIT WORK;
3949: END IF;
3950: