DBA Data[Home] [Help]

APPS.CAC_HR_CAL_EVENTS_PVT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 13

, p_Object_ID            IN     NUMBER               -- JTF OBJECTS select ID of the Object Instance being queried
, p_Start_Date           IN     DATE                 -- start date of period of interest
, p_End_Date             IN     DATE                 -- end date of period of interest
, p_Event_Type           IN     VARCHAR2
, p_Event_Id             IN     NUMBER
, x_hr_cal_events        OUT NOCOPY HR_CAL_EVENT_TBL_TYPE
) IS

  l_cal_events    PER_CAL_EVENT_VARRAY;