DBA Data[Home] [Help]

APPS.PA_FORECAST_ITEMS_UTILS dependencies on PA_TIMELINE_GLOB

Line 830: g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;

826: li_first_ou NUMBER;
827: ld_last_end_date DATE;
828: li_last_ou NUMBER;
829:
830: g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;
831: AVAILABILITY_DURATION NUMBER;
832:
833: l_new_StartDateTab PA_FORECAST_GLOB.DateTabTyp;
834: l_new_EndDateTab PA_FORECAST_GLOB.DateTabTyp;

Line 1003: g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;

999: li_new_last_index NUMBER;
1000: ld_first_start_date DATE;
1001: ld_last_end_date DATE;
1002:
1003: g_TimelineProfileSetup PA_TIMELINE_GLOB.TimelineProfileSetup;
1004: AVAILABILITY_DURATION NUMBER;
1005: l_msg_index_out NUMBER;
1006:
1007: BEGIN