DBA Data[Home] [Help]

APPS.PA_PROGRESS_PUB dependencies on PA_UTILS2

Line 14725: l_pa_period_name := pa_utils2.get_pa_period_name(P_TXN_DATE => l_temp_as_of_date,

14721: --- call api to get pa and gl period names for this date
14722:
14723: begin
14724:
14725: l_pa_period_name := pa_utils2.get_pa_period_name(P_TXN_DATE => l_temp_as_of_date,
14726: p_org_id => proj_org_ids_tbl(l_index));
14727: l_gl_period_name := pa_utils2.get_gl_period_name(p_gl_date => l_temp_as_of_date,
14728: p_org_id => proj_org_ids_tbl(l_index));
14729:

Line 14727: l_gl_period_name := pa_utils2.get_gl_period_name(p_gl_date => l_temp_as_of_date,

14723: begin
14724:
14725: l_pa_period_name := pa_utils2.get_pa_period_name(P_TXN_DATE => l_temp_as_of_date,
14726: p_org_id => proj_org_ids_tbl(l_index));
14727: l_gl_period_name := pa_utils2.get_gl_period_name(p_gl_date => l_temp_as_of_date,
14728: p_org_id => proj_org_ids_tbl(l_index));
14729:
14730: exception when others then
14731: pa_debug.log_message('GET_SUMM_ACT: Project Id:'||l_project_id||' Issue in finding periods.', 1);

Line 14740: p_error_text => SUBSTRB('Call of pa_utils2.get_gl_period_name failed: x_msg_data='||SQLERRM,1,120));

14736: /* Added If condition for Bug#5659575*/
14737: if p_extraction_type = 'PUBLISH' then
14738: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_PUB',
14739: p_procedure_name => 'GET_SUMMARIZED_ACTUALS',
14740: p_error_text => SUBSTRB('Call of pa_utils2.get_gl_period_name failed: x_msg_data='||SQLERRM,1,120));
14741: x_return_status := 'E';
14742: RAISE;
14743: else
14744: l_err_msg := 'Periods are not defined for the transaction date :'||l_temp_as_of_date;