DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on STANDARD

Line 282: --Standard begin of API savepoint

278: l_locked_by_person_id pa_budget_versions.locked_by_person_id%TYPE;
279:
280: BEGIN
281:
282: --Standard begin of API savepoint
283: SAVEPOINT create_draft_budget_pub;
284: p_msg_count := 0;
285: p_return_status := FND_API.G_RET_STS_SUCCESS;
286: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

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

293: END IF;
294:
295:
296:
297: -- Standard call to check for call compatibility.
298: IF NOT FND_API.Compatible_API_Call ( PA_BUDGET_PUB.g_api_version_number ,
299: p_api_version_number ,
300: l_api_name ,
301: G_PKG_NAME )

Line 2635: -- Standard begin of API savepoint

2631:
2632:
2633: BEGIN
2634:
2635: -- Standard begin of API savepoint
2636:
2637: SAVEPOINT load_budget_line_pub;
2638:
2639: -- Standard call to check for call compatibility.

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

2635: -- Standard begin of API savepoint
2636:
2637: SAVEPOINT load_budget_line_pub;
2638:
2639: -- Standard call to check for call compatibility.
2640:
2641: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2642: p_api_version_number ,
2643: l_api_name ,

Line 2859: -- Standard begin of API savepoint

2855:
2856:
2857: BEGIN
2858:
2859: -- Standard begin of API savepoint
2860:
2861: SAVEPOINT execute_create_budget_pub;
2862:
2863: -- Standard call to check for call compatibility.

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

2859: -- Standard begin of API savepoint
2860:
2861: SAVEPOINT execute_create_budget_pub;
2862:
2863: -- Standard call to check for call compatibility.
2864:
2865: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2866: p_api_version_number ,
2867: l_api_name ,

Line 3057: -- Standard begin of API savepoint

3053: i NUMBER;
3054:
3055: BEGIN
3056:
3057: -- Standard begin of API savepoint
3058:
3059: SAVEPOINT fetch_budget_line_pub;
3060:
3061: -- Standard call to check for call compatibility.

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

3057: -- Standard begin of API savepoint
3058:
3059: SAVEPOINT fetch_budget_line_pub;
3060:
3061: -- Standard call to check for call compatibility.
3062:
3063: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3064: p_api_version_number ,
3065: l_api_name ,

Line 3422: --Standard begin of API savepoint

3418: l_final_plan_prc_code VARCHAR2(10);
3419: l_targ_request_id pa_budget_versions.request_id%TYPE;
3420: BEGIN
3421:
3422: --Standard begin of API savepoint
3423:
3424: SAVEPOINT baseline_budget_pub;
3425:
3426:

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

3423:
3424: SAVEPOINT baseline_budget_pub;
3425:
3426:
3427: --Standard call to check for call compatibility.
3428:
3429: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3430: p_api_version_number ,
3431: l_api_name ,

Line 5129: --Standard begin of API savepoint

5125:
5126: BEGIN
5127:
5128:
5129: --Standard begin of API savepoint
5130:
5131: SAVEPOINT add_budget_line_pub;
5132:
5133: p_msg_count := 0;

Line 6096: -- Standard begin of API savepoint

6092: ll_version_number pa_budget_versions.version_number%TYPE;
6093:
6094: BEGIN
6095:
6096: -- Standard begin of API savepoint
6097:
6098: SAVEPOINT delete_draft_budget_pub;
6099:
6100: -- Standard call to check for call compatibility.

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

6096: -- Standard begin of API savepoint
6097:
6098: SAVEPOINT delete_draft_budget_pub;
6099:
6100: -- Standard call to check for call compatibility.
6101:
6102: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
6103: p_api_version_number ,
6104: l_api_name ,

Line 7102: --Standard begin of API savepoint

7098:
7099:
7100: BEGIN
7101:
7102: --Standard begin of API savepoint
7103:
7104: SAVEPOINT delete_baseline_budget_pub;
7105:
7106: p_msg_count := 0;

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

7125: THEN
7126: FND_MSG_PUB.initialize;
7127: END IF;
7128:
7129: --Standard call to check for call compatibility.
7130:
7131: IF NOT FND_API.compatible_api_call ( g_api_version_number ,
7132: p_api_version_number ,
7133: l_api_name ,

Line 8097: --Standard begin of API savepoint

8093:
8094: BEGIN
8095:
8096:
8097: --Standard begin of API savepoint
8098: SAVEPOINT delete_budget_line_pub;
8099:
8100: p_msg_count := 0;
8101: p_return_status := FND_API.G_RET_STS_SUCCESS;

Line 9439: -- Standard begin of API savepoint

9435: /*End of code for Bug 6417360*/
9436:
9437: BEGIN
9438:
9439: -- Standard begin of API savepoint
9440:
9441: SAVEPOINT update_budget_pub;
9442:
9443: --Added for the bug 3453650

Line 12712: -- Standard begin of API savepoint

12708:
12709:
12710: BEGIN
12711:
12712: -- Standard begin of API savepoint
12713:
12714: SAVEPOINT execute_update_budget_pub;
12715:
12716: -- Standard call to check for call compatibility.

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

12712: -- Standard begin of API savepoint
12713:
12714: SAVEPOINT execute_update_budget_pub;
12715:
12716: -- Standard call to check for call compatibility.
12717:
12718: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
12719: p_api_version_number ,
12720: l_api_name ,

Line 13093: --Standard begin of API savepoint

13089:
13090: BEGIN
13091:
13092:
13093: --Standard begin of API savepoint
13094: SAVEPOINT update_budget_line_pub;
13095:
13096: p_msg_count := 0;
13097: p_return_status := FND_API.G_RET_STS_SUCCESS;

Line 14379: -- Standard begin of API savepoint

14375:
14376:
14377:
14378: BEGIN
14379: -- Standard begin of API savepoint
14380:
14381: SAVEPOINT calculate_amounts_pub;
14382:
14383: -- Standard call to check for call compatibility.

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

14379: -- Standard begin of API savepoint
14380:
14381: SAVEPOINT calculate_amounts_pub;
14382:
14383: -- Standard call to check for call compatibility.
14384:
14385: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
14386: p_api_version_number ,
14387: l_api_name ,

Line 16738: -- Standard begin of API savepoint

16734: l_api_name CONSTANT VARCHAR2(30) := 'Execute_Calculate_Amounts';
16735: --Bug 2863564 l_return_status VARCHAR2(1);
16736:
16737: BEGIN
16738: -- Standard begin of API savepoint
16739: SAVEPOINT execute_calculate_amounts;
16740:
16741: -- Standard call to check for call compatibility.
16742:

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

16737: BEGIN
16738: -- Standard begin of API savepoint
16739: SAVEPOINT execute_calculate_amounts;
16740:
16741: -- Standard call to check for call compatibility.
16742:
16743: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
16744: p_api_version_number ,
16745: l_api_name ,

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

16867: i NUMBER;
16868:
16869: BEGIN
16870:
16871: -- Standard call to check for call compatibility.
16872:
16873: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
16874: p_api_version_number ,
16875: l_api_name ,

Line 17348: --Standard begin of API savepoint

17344:
17345:
17346: BEGIN
17347:
17348: --Standard begin of API savepoint
17349: SAVEPOINT create_draft_finplan_pub;
17350:
17351: x_msg_count := 0;
17352: x_return_status := FND_API.G_RET_STS_SUCCESS;