DBA Data[Home] [Help]

APPS.QA_PLANS_PUB dependencies on STANDARD

Line 2517: -- Standard Start of API savepoint

2513: l_import_view qa_plans.import_view_name%TYPE;
2514:
2515: BEGIN
2516:
2517: -- Standard Start of API savepoint
2518:
2519: SAVEPOINT create_plan_pub;
2520:
2521: -- Standard call to check for call compatibility.

Line 2521: -- Standard call to check for call compatibility.

2517: -- Standard Start of API savepoint
2518:
2519: SAVEPOINT create_plan_pub;
2520:
2521: -- Standard call to check for call compatibility.
2522: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
2523: l_api_name, g_pkg_name) THEN
2524: RAISE fnd_api.g_exc_unexpected_error;
2525: END IF;

Line 2731: -- Standard Start of API savepoint

2727: x_override_flag NUMBER;
2728:
2729: BEGIN
2730:
2731: -- Standard Start of API savepoint
2732:
2733: SAVEPOINT add_element_pub;
2734:
2735: -- Standard call to check for call compatibility.

Line 2735: -- Standard call to check for call compatibility.

2731: -- Standard Start of API savepoint
2732:
2733: SAVEPOINT add_element_pub;
2734:
2735: -- Standard call to check for call compatibility.
2736: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
2737: l_api_name, g_pkg_name) THEN
2738: RAISE fnd_api.g_exc_unexpected_error;
2739: END IF;

Line 3003: -- Standard Start of API savepoint

2999: l_plan_name qa_plans.name%TYPE;
3000:
3001: BEGIN
3002:
3003: -- Standard Start of API savepoint
3004:
3005: SAVEPOINT complete_plan_definition_pub;
3006:
3007: -- Standard call to check for call compatibility.

Line 3007: -- Standard call to check for call compatibility.

3003: -- Standard Start of API savepoint
3004:
3005: SAVEPOINT complete_plan_definition_pub;
3006:
3007: -- Standard call to check for call compatibility.
3008: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
3009: l_api_name, g_pkg_name) THEN
3010: RAISE fnd_api.g_exc_unexpected_error;
3011: END IF;

Line 3111: -- Standard Start of API savepoint

3107: l_to_org_id NUMBER;
3108:
3109: BEGIN
3110:
3111: -- Standard Start of API savepoint
3112:
3113: SAVEPOINT copy_plan_pub;
3114:
3115: -- Standard call to check for call compatibility.

Line 3115: -- Standard call to check for call compatibility.

3111: -- Standard Start of API savepoint
3112:
3113: SAVEPOINT copy_plan_pub;
3114:
3115: -- Standard call to check for call compatibility.
3116: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
3117: l_api_name, g_pkg_name) THEN
3118: RAISE fnd_api.g_exc_unexpected_error;
3119: END IF;

Line 3270: -- Standard Start of API savepoint

3266:
3267:
3268: BEGIN
3269:
3270: -- Standard Start of API savepoint
3271:
3272: SAVEPOINT delete_plan_element_pub;
3273:
3274: -- Standard call to check for call compatibility.

Line 3274: -- Standard call to check for call compatibility.

3270: -- Standard Start of API savepoint
3271:
3272: SAVEPOINT delete_plan_element_pub;
3273:
3274: -- Standard call to check for call compatibility.
3275: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
3276: l_api_name, g_pkg_name) THEN
3277: RAISE fnd_api.g_exc_unexpected_error;
3278: END IF;

Line 3389: -- Standard Start of API savepoint

3385: l_plan_name qa_plans.name%TYPE;
3386:
3387: BEGIN
3388:
3389: -- Standard Start of API savepoint
3390:
3391: SAVEPOINT delete_plan_pub;
3392:
3393: -- Standard call to check for call compatibility.

Line 3393: -- Standard call to check for call compatibility.

3389: -- Standard Start of API savepoint
3390:
3391: SAVEPOINT delete_plan_pub;
3392:
3393: -- Standard call to check for call compatibility.
3394: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
3395: l_api_name, g_pkg_name) THEN
3396: RAISE fnd_api.g_exc_unexpected_error;
3397: END IF;