DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_PROJ_PERIOD_PROFILES

Line 3613: l_period_profile_id pa_proj_period_profiles.period_profile_id%TYPE;

3609: l_fcst_start_date pa_proj_fp_options.fin_plan_start_date%TYPE;
3610: l_fcst_end_date pa_proj_fp_options.fin_plan_end_date%TYPE;
3611: l_org_project_template_id pa_forecasting_options_all.org_fcst_project_template_id%TYPE;
3612: l_org_id pa_forecasting_options_all.org_id%TYPE;
3613: l_period_profile_id pa_proj_period_profiles.period_profile_id%TYPE;
3614: l_ppp_start_date DATE;
3615: l_ppp_end_date DATE;
3616: l_pa_period_type pa_implementations_all.pa_period_type%TYPE;
3617:

Line 7065: This api creates records in pa_proj_period_profiles for a project

7061: END Get_Profile_End_Date;
7062:
7063:
7064: /*===================================================================
7065: This api creates records in pa_proj_period_profiles for a project
7066: and plan period type based on
7067: 1)project start and end dates if both are available
7068: 2)The budget lines period distribution in the target project id
7069: ===================================================================*/