DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE1 dependencies on PA_PERIODS_ALL

Line 35: g_start_period_date pa_periods_all.start_date%type;

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:
38: -- Wrapper procedure for copy_actual called from concurrent request
39: procedure copy_actuals1 (errbuf IN OUT NOCOPY varchar2, --File.Sql.39 bug 4440895

Line 49: TYPE CopyActualRecord IS RECORD (period_name pa_periods_all.period_name%type,

45:
46: -- added for bug 4390421
47:
48: -- Record Type added for Bug 4889056
49: TYPE CopyActualRecord IS RECORD (period_name pa_periods_all.period_name%type,
50: Start_Date DATE,
51: End_Date DATE,
52: task_id NUMBER,
53: resource_list_member_id NUMBER,