DBA Data[Home] [Help]

APPS.QA_PLANS_PUB dependencies on STANDARD

Line 2668: -- Standard Start of API savepoint

2664: l_import_view qa_plans.import_view_name%TYPE;
2665:
2666: BEGIN
2667:
2668: -- Standard Start of API savepoint
2669:
2670: SAVEPOINT create_plan_pub;
2671:
2672: -- Standard call to check for call compatibility.

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

2668: -- Standard Start of API savepoint
2669:
2670: SAVEPOINT create_plan_pub;
2671:
2672: -- Standard call to check for call compatibility.
2673: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
2674: l_api_name, g_pkg_name) THEN
2675: RAISE fnd_api.g_exc_unexpected_error;
2676: END IF;

Line 2939: -- Standard Start of API savepoint

2935: x_override_flag NUMBER;
2936:
2937: BEGIN
2938:
2939: -- Standard Start of API savepoint
2940:
2941: SAVEPOINT add_element_pub;
2942:
2943: -- Standard call to check for call compatibility.

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

2939: -- Standard Start of API savepoint
2940:
2941: SAVEPOINT add_element_pub;
2942:
2943: -- Standard call to check for call compatibility.
2944: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
2945: l_api_name, g_pkg_name) THEN
2946: RAISE fnd_api.g_exc_unexpected_error;
2947: END IF;

Line 3243: -- Standard Start of API savepoint

3239: l_plan_name qa_plans.name%TYPE;
3240:
3241: BEGIN
3242:
3243: -- Standard Start of API savepoint
3244:
3245: SAVEPOINT complete_plan_definition_pub;
3246:
3247: -- Standard call to check for call compatibility.

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

3243: -- Standard Start of API savepoint
3244:
3245: SAVEPOINT complete_plan_definition_pub;
3246:
3247: -- Standard call to check for call compatibility.
3248: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
3249: l_api_name, g_pkg_name) THEN
3250: RAISE fnd_api.g_exc_unexpected_error;
3251: END IF;

Line 3351: -- Standard Start of API savepoint

3347: l_to_org_id NUMBER;
3348:
3349: BEGIN
3350:
3351: -- Standard Start of API savepoint
3352:
3353: SAVEPOINT copy_plan_pub;
3354:
3355: -- Standard call to check for call compatibility.

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

3351: -- Standard Start of API savepoint
3352:
3353: SAVEPOINT copy_plan_pub;
3354:
3355: -- Standard call to check for call compatibility.
3356: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
3357: l_api_name, g_pkg_name) THEN
3358: RAISE fnd_api.g_exc_unexpected_error;
3359: END IF;

Line 3510: -- Standard Start of API savepoint

3506:
3507:
3508: BEGIN
3509:
3510: -- Standard Start of API savepoint
3511:
3512: SAVEPOINT delete_plan_element_pub;
3513:
3514: -- Standard call to check for call compatibility.

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

3510: -- Standard Start of API savepoint
3511:
3512: SAVEPOINT delete_plan_element_pub;
3513:
3514: -- Standard call to check for call compatibility.
3515: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
3516: l_api_name, g_pkg_name) THEN
3517: RAISE fnd_api.g_exc_unexpected_error;
3518: END IF;

Line 3629: -- Standard Start of API savepoint

3625: l_plan_name qa_plans.name%TYPE;
3626:
3627: BEGIN
3628:
3629: -- Standard Start of API savepoint
3630:
3631: SAVEPOINT delete_plan_pub;
3632:
3633: -- Standard call to check for call compatibility.

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

3629: -- Standard Start of API savepoint
3630:
3631: SAVEPOINT delete_plan_pub;
3632:
3633: -- Standard call to check for call compatibility.
3634: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
3635: l_api_name, g_pkg_name) THEN
3636: RAISE fnd_api.g_exc_unexpected_error;
3637: END IF;