DBA Data[Home] [Help]

APPS.PA_FORECASTITEM_PVT dependencies on PA_TIMELINE_GLOB

Line 7: --g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;

3:
4: -- Procedure level variable declaration
5:
6: -- Back end code run in self-service cannot use globals.
7: --g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;
8: --g_process_mode VARCHAR2(30);
9: --AVAILABILITY_DURATION NUMBER;
10:
11: /** The follwing Api prints the message to

Line 79: g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;

75:
76: l_data VARCHAR2(2000); -- 4537865
77: l_unassigned_fi_start_date DATE;
78: l_unassigned_fi_end_date DATE;
79: g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;
80: AVAILABILITY_DURATION NUMBER;
81:
82: CURSOR c1 IS
83: SELECT MAX(item_date) item_date

Line 9596: g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;

9592: ld_end_date DATE;
9593:
9594: lv_return_status VARCHAR2(30);
9595:
9596: g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;
9597: AVAILABILITY_DURATION NUMBER;
9598:
9599: cursor c_res_dates is
9600: select min(resource_effective_start_date),