DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS2 dependencies on PA_PROJECTS_ALL

Line 23: l_baseline_funding pa_projects_all.baseline_funding_flag%TYPE := 'N'; --Bug 5098809.

19: return varchar2
20: is
21: l_return_code varchar2(1) := 'N';
22: l_entry_level varchar2(1) := 'P';
23: l_baseline_funding pa_projects_all.baseline_funding_flag%TYPE := 'N'; --Bug 5098809.
24:
25: /* Changes for FP.M, Tracking Bug No - 3354518, we have to split
26: the cursor c_chk_bud below into two different cursors, in accord
27: to the permissible values of _plan_level_code columns

Line 133: FROM pa_projects_all

129:
130: -- Bug 5098809.
131: SELECT nvl(baseline_funding_flag, 'N')
132: INTO l_baseline_funding
133: FROM pa_projects_all
134: WHERE project_id = x_project_id;
135:
136: /* Changes for FP.M, Tracking Bug No - 3354518 ,
137: Since we no longer have a single cursor definition