DBA Data[Home] [Help]

APPS.PA_BUDGET_PUB dependencies on STANDARD

Line 284: --Standard begin of API savepoint

280: l_cbs_enabled_project varchar2(1) :='N'; -- Added for CBS 16604257
281:
282: BEGIN
283:
284: --Standard begin of API savepoint
285: SAVEPOINT create_draft_budget_pub;
286: p_msg_count := 0;
287: p_return_status := FND_API.G_RET_STS_SUCCESS;
288: l_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'),'N');

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

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

Line 2667: -- Standard begin of API savepoint

2663: l_txn_currency_code pa_fp_txn_currencies.txn_currency_code%TYPE;
2664:
2665: BEGIN
2666:
2667: -- Standard begin of API savepoint
2668:
2669: SAVEPOINT load_budget_line_pub;
2670: --bug fix 13686054 start
2671: --assign value passed to local variable as this variable is used during

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

2693: --bug fix 14114695 end
2694: END IF;
2695: --bug fix 13686054 end
2696:
2697: -- Standard call to check for call compatibility.
2698:
2699: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2700: p_api_version_number ,
2701: l_api_name ,

Line 2923: -- Standard begin of API savepoint

2919:
2920:
2921: BEGIN
2922:
2923: -- Standard begin of API savepoint
2924:
2925: SAVEPOINT execute_create_budget_pub;
2926:
2927: -- Standard call to check for call compatibility.

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

2923: -- Standard begin of API savepoint
2924:
2925: SAVEPOINT execute_create_budget_pub;
2926:
2927: -- Standard call to check for call compatibility.
2928:
2929: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
2930: p_api_version_number ,
2931: l_api_name ,

Line 3121: -- Standard begin of API savepoint

3117: i NUMBER;
3118:
3119: BEGIN
3120:
3121: -- Standard begin of API savepoint
3122:
3123: SAVEPOINT fetch_budget_line_pub;
3124:
3125: -- Standard call to check for call compatibility.

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

3121: -- Standard begin of API savepoint
3122:
3123: SAVEPOINT fetch_budget_line_pub;
3124:
3125: -- Standard call to check for call compatibility.
3126:
3127: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3128: p_api_version_number ,
3129: l_api_name ,

Line 3494: --Standard begin of API savepoint

3490: l_final_plan_prc_code VARCHAR2(10);
3491: l_targ_request_id pa_budget_versions.request_id%TYPE;
3492: BEGIN
3493:
3494: --Standard begin of API savepoint
3495:
3496: SAVEPOINT baseline_budget_pub;
3497:
3498:

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

3495:
3496: SAVEPOINT baseline_budget_pub;
3497:
3498:
3499: --Standard call to check for call compatibility.
3500:
3501: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
3502: p_api_version_number ,
3503: l_api_name ,

Line 5243: --Standard begin of API savepoint

5239:
5240: BEGIN
5241:
5242:
5243: --Standard begin of API savepoint
5244:
5245: SAVEPOINT add_budget_line_pub;
5246:
5247: p_msg_count := 0;

Line 6248: -- Standard begin of API savepoint

6244: ll_version_number pa_budget_versions.version_number%TYPE;
6245:
6246: BEGIN
6247:
6248: -- Standard begin of API savepoint
6249:
6250: SAVEPOINT delete_draft_budget_pub;
6251:
6252: -- Standard call to check for call compatibility.

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

6248: -- Standard begin of API savepoint
6249:
6250: SAVEPOINT delete_draft_budget_pub;
6251:
6252: -- Standard call to check for call compatibility.
6253:
6254: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
6255: p_api_version_number ,
6256: l_api_name ,

Line 7256: --Standard begin of API savepoint

7252:
7253:
7254: BEGIN
7255:
7256: --Standard begin of API savepoint
7257:
7258: SAVEPOINT delete_baseline_budget_pub;
7259:
7260: p_msg_count := 0;

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

7279: THEN
7280: FND_MSG_PUB.initialize;
7281: END IF;
7282:
7283: --Standard call to check for call compatibility.
7284:
7285: IF NOT FND_API.compatible_api_call ( g_api_version_number ,
7286: p_api_version_number ,
7287: l_api_name ,

Line 8261: --Standard begin of API savepoint

8257:
8258: BEGIN
8259:
8260:
8261: --Standard begin of API savepoint
8262: SAVEPOINT delete_budget_line_pub;
8263:
8264: p_msg_count := 0;
8265: p_return_status := FND_API.G_RET_STS_SUCCESS;

Line 9622: -- Standard begin of API savepoint

9618: /*End of code for Bug 6417360*/
9619:
9620: BEGIN
9621:
9622: -- Standard begin of API savepoint
9623:
9624: SAVEPOINT update_budget_pub;
9625:
9626: --Added for the bug 3453650

Line 12929: -- Standard begin of API savepoint

12925:
12926:
12927: BEGIN
12928:
12929: -- Standard begin of API savepoint
12930:
12931: SAVEPOINT execute_update_budget_pub;
12932:
12933: -- Standard call to check for call compatibility.

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

12929: -- Standard begin of API savepoint
12930:
12931: SAVEPOINT execute_update_budget_pub;
12932:
12933: -- Standard call to check for call compatibility.
12934:
12935: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
12936: p_api_version_number ,
12937: l_api_name ,

Line 13319: --Standard begin of API savepoint

13315:
13316: BEGIN
13317:
13318:
13319: --Standard begin of API savepoint
13320: SAVEPOINT update_budget_line_pub;
13321:
13322: p_msg_count := 0;
13323: p_return_status := FND_API.G_RET_STS_SUCCESS;

Line 14625: -- Standard begin of API savepoint

14621:
14622:
14623:
14624: BEGIN
14625: -- Standard begin of API savepoint
14626:
14627: SAVEPOINT calculate_amounts_pub;
14628:
14629: -- Standard call to check for call compatibility.

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

14625: -- Standard begin of API savepoint
14626:
14627: SAVEPOINT calculate_amounts_pub;
14628:
14629: -- Standard call to check for call compatibility.
14630:
14631: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
14632: p_api_version_number ,
14633: l_api_name ,

Line 16987: -- Standard begin of API savepoint

16983: l_api_name CONSTANT VARCHAR2(30) := 'Execute_Calculate_Amounts';
16984: --Bug 2863564 l_return_status VARCHAR2(1);
16985:
16986: BEGIN
16987: -- Standard begin of API savepoint
16988: SAVEPOINT execute_calculate_amounts;
16989:
16990: -- Standard call to check for call compatibility.
16991:

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

16986: BEGIN
16987: -- Standard begin of API savepoint
16988: SAVEPOINT execute_calculate_amounts;
16989:
16990: -- Standard call to check for call compatibility.
16991:
16992: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
16993: p_api_version_number ,
16994: l_api_name ,

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

17119: i NUMBER;
17120:
17121: BEGIN
17122:
17123: -- Standard call to check for call compatibility.
17124:
17125: IF NOT FND_API.Compatible_API_Call ( g_api_version_number ,
17126: p_api_version_number ,
17127: l_api_name ,

Line 17608: --Standard begin of API savepoint

17604:
17605: l_cbs_enabled_project varchar2(1) :='N'; -- Added for CBS 16604257
17606: BEGIN
17607:
17608: --Standard begin of API savepoint
17609: SAVEPOINT create_draft_finplan_pub;
17610:
17611: x_msg_count := 0;
17612: x_return_status := FND_API.G_RET_STS_SUCCESS;