29: return date;
30:
31: -- Global variables addded to tackle performance issue at the time of
32: -- calling function get_first_accum_period from value set.
33: g_project_id pa_projects_all.project_id%type;
34: g_budget_type_code pa_budget_versions.budget_type_code%type;
35: g_start_period_date pa_periods_all.start_date%type;
36: g_calling_mode varchar2(100) default 'FORM';
37: