DBA Data[Home] [Help]

APPS.PJI_EXTRACTION_UTIL dependencies on PA_PJI_PROJ_EVENTS_LOG

Line 44: from PA_PJI_PROJ_EVENTS_LOG

40:
41: -- Delete all events for new and deleted projects as well as changes
42: -- in organization all of which are handled without the log table.
43: delete
44: from PA_PJI_PROJ_EVENTS_LOG
45: where EVENT_TYPE = 'Projects';
46:
47: l_extr_start_date := PJI_UTILS.GET_EXTRACTION_START_DATE;
48: