DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on PA_FUNDS_CONTROL_UTILS

Line 429: l_tab_periods PA_FUNDS_CONTROL_UTILS.tab_closed_period;

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

Line 558: PA_FUNDS_CONTROL_UTILS.get_gl_periods

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

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

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

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

1124: End;
1125:
1126: log_message('g_cost_rebaseline_flag : '||g_cost_rebaseline_flag );
1127:
1128: --g_cost_rebaseline_flag := PA_FUNDS_CONTROL_UTILS.Is_Budget_Baselined_Before(p_project_id);
1129: -- Issue with above API was that even for first time baseline, the flag was being set to 'Y'
1130:
1131: g_cc_rebaseline_flag := g_cost_rebaseline_flag;
1132:

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

1357:
1358: -- Update pa_bc_packets.status_code = 'A'
1359: Update_bc_packets_pass(p_bud_ver_id => p_budget_version_id);
1360: -- Bug 5206537 : Procedure to stamp latest budget version id and budget line id on CDL
1361: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,
1362: p_calling_mode => p_calling_mode);
1363:
1364: END IF ;
1365:

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

1540:
1541: -- Update pa_bc_packets.status_code = 'A' .. as the last step ..
1542: Update_bc_packets_pass(p_bud_ver_id => p_budget_version_id);
1543: -- Bug 5206537 : Procedure to stamp latest budget version id and budget line id on CDL
1544: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,
1545: p_calling_mode => p_calling_mode);
1546: -- ------------------------------------------------------------+
1547: Elsif ( l_cc_budget_type_code is not null ) then -- III
1548:

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

1868: -- As the last step, update pa_bc to pass
1869: Update_bc_packets_pass(p_bud_ver_id => p_budget_version_id);
1870: Update_bc_packets_pass(p_bud_ver_id =>l_cc_budget_version_id);
1871: -- Bug 5206537 : Procedure to stamp latest budget version id and budget line id on CDL
1872: PA_FUNDS_CONTROL_UTILS.Update_bvid_blid_on_cdl_bccom ( p_bud_ver_id => p_budget_version_id,
1873: p_calling_mode => p_calling_mode);
1874:
1875: End If; -- III (Top Down: GL or Dual check)
1876:

Line 1894: l_request_id := pa_funds_control_utils.runsweeper ;

1890:
1891: log_message('Calling Sweeper ..');
1892:
1893: Begin
1894: l_request_id := pa_funds_control_utils.runsweeper ;
1895: Exception
1896: When others then
1897: null;
1898: End;

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

2827: log_message(' YREND:balance_type : '||g_balance_type );
2828: log_message(' YREND:l_budget_amount_code : '||g_budget_amount_code);
2829: log_message('--------------------------------');
2830:
2831: g_cost_rebaseline_flag := PA_FUNDS_CONTROL_UTILS.Is_Budget_Baselined_Before(l_project_id);
2832: g_cost_current_bvid := p_budget_version_id;
2833: g_processing_mode := 'YEAR_END';
2834:
2835: log_message(' YREND:g_cost_rebaseline_flag : '||g_cost_rebaseline_flag );