DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on PA_FUNDS_CONTROL_UTILS

Line 433: l_tab_periods PA_FUNDS_CONTROL_UTILS.tab_closed_period;

429:
430: l_start_date date;
431: l_end_date date;
432: l_tab_count number := 0;
433: l_tab_periods PA_FUNDS_CONTROL_UTILS.tab_closed_period;
434:
435: l_BalRowIdTab PA_PLSQL_DATATYPES.RowidTabTyp;
436:
437: --cursor to delete all versions prior to the latest baselined balance records if the

Line 562: PA_FUNDS_CONTROL_UTILS.get_gl_periods

558: log_message('Create_txn_lines_in_bc_balance:Start Date,End Date = '|| l_start_date ||', '||l_end_date);
559: log_message('Create_txn_lines_in_bc_balance:Calling get gl periods');
560:
561: --Get all periods given the start and end date.
562: PA_FUNDS_CONTROL_UTILS.get_gl_periods
563: (p_start_date => l_start_date,
564: p_end_date => l_end_date,
565: p_set_of_books_id => p_set_of_books_id,
566: x_tab_count => l_tab_count,

Line 574: log_message('Create_txn_lines_in_bc_balance: PA_FUNDS_CONTROL_UTILS.get_gl_periods failed');

570: log_message('Create_txn_lines_in_bc_balance:After calling get gl periods,RetSts = '||x_return_status);
571: log_message('Create_txn_lines_in_bc_balance:Insert Close Period Balances, TabCount = '||l_tab_count);
572:
573: If x_return_status <> FND_API.G_RET_STS_SUCCESS then
574: log_message('Create_txn_lines_in_bc_balance: PA_FUNDS_CONTROL_UTILS.get_gl_periods failed');
575: GOTO no_processing;
576: End If;
577:
578: l_login_id := FND_GLOBAL.LOGIN_ID;

Line 1134: --g_cost_rebaseline_flag := PA_FUNDS_CONTROL_UTILS.Is_Budget_Baselined_Before(p_project_id);

1130: End;
1131:
1132: log_message('g_cost_rebaseline_flag : '||g_cost_rebaseline_flag );
1133:
1134: --g_cost_rebaseline_flag := PA_FUNDS_CONTROL_UTILS.Is_Budget_Baselined_Before(p_project_id);
1135: -- Issue with above API was that even for first time baseline, the flag was being set to 'Y'
1136:
1137: g_cc_rebaseline_flag := g_cost_rebaseline_flag;
1138:

Line 1420: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,

1416:
1417: -- Update pa_bc_packets.status_code = 'A'
1418: Update_bc_packets_pass(p_bud_ver_id => p_budget_version_id);
1419: -- Bug 5206537 : Procedure to stamp latest budget version id and budget line id on CDL
1420: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,
1421: p_calling_mode => p_calling_mode);
1422:
1423: END IF ;
1424:

Line 1607: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,

1603:
1604: -- Update pa_bc_packets.status_code = 'A' .. as the last step ..
1605: Update_bc_packets_pass(p_bud_ver_id => p_budget_version_id);
1606: -- Bug 5206537 : Procedure to stamp latest budget version id and budget line id on CDL
1607: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,
1608: p_calling_mode => p_calling_mode);
1609: -- ------------------------------------------------------------+
1610: Elsif ( l_cc_budget_type_code is not null ) then -- III
1611:

Line 1956: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,

1952: -- As the last step, update pa_bc to pass
1953: Update_bc_packets_pass(p_bud_ver_id => p_budget_version_id);
1954: Update_bc_packets_pass(p_bud_ver_id =>l_cc_budget_version_id);
1955: -- Bug 5206537 : Procedure to stamp latest budget version id and budget line id on CDL
1956: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,
1957: p_calling_mode => p_calling_mode);
1958:
1959: End If; -- III (Top Down: GL or Dual check)
1960:

Line 1978: l_request_id := pa_funds_control_utils.runsweeper ;

1974:
1975: log_message('Calling Sweeper ..');
1976:
1977: Begin
1978: l_request_id := pa_funds_control_utils.runsweeper ;
1979: Exception
1980: When others then
1981: null;
1982: End;

Line 2939: g_cost_rebaseline_flag := PA_FUNDS_CONTROL_UTILS.Is_Budget_Baselined_Before(l_project_id);

2935: log_message(' YREND:balance_type : '||g_balance_type );
2936: log_message(' YREND:l_budget_amount_code : '||g_budget_amount_code);
2937: log_message('--------------------------------');
2938:
2939: g_cost_rebaseline_flag := PA_FUNDS_CONTROL_UTILS.Is_Budget_Baselined_Before(l_project_id);
2940: g_cost_current_bvid := p_budget_version_id;
2941: g_processing_mode := 'YEAR_END';
2942:
2943: log_message(' YREND:g_cost_rebaseline_flag : '||g_cost_rebaseline_flag );