DBA Data[Home] [Help]

APPS.PA_INTERFACE_UTILS_PUB dependencies on PA_ACCUM_UTILS

Line 436: PA_ACCUM_UTILS.Get_Impl_Option(

432:
433: --
434: -- Get the reporting period type, either 'PA' or 'GL'
435: --
436: PA_ACCUM_UTILS.Get_Impl_Option(
437: x_impl_option => l_impl_option,
438: x_err_stack => l_err_stack,
439: x_err_stage => l_err_stage,
440: x_err_code => l_err_code );

Line 476: PA_ACCUM_UTILS.Get_Current_Period_Info (

472: END IF;
473:
474: CLOSE l_proj_csr;
475:
476: PA_ACCUM_UTILS.Get_Current_Period_Info (
477: x_current_pa_period => l_current_pa_period,
478: x_current_gl_period => l_current_gl_period,
479: x_current_pa_start_date => l_current_pa_start_date,
480: x_current_pa_end_date => l_current_pa_end_date,