DBA Data[Home] [Help]

APPS.PQH_PROCESS_EMP_REVIEW dependencies on PER_EVENTS

Line 733: select rowid from per_events

729: l_employee_no VARCHAR2(100);
730: l_ename VARCHAR2(240);
731:
732: cursor getrowid(c_event_id in number) is
733: select rowid from per_events
734: where event_id = c_event_id;
735:
736: --
737: cursor c_empName is

Line 802: PER_EVENTS_PKG.Update_row(X_Rowid => l_Row_id,

798: open getrowid(l_event_id);
799: fetch getrowid into l_Row_id;
800: close getrowid;
801:
802: PER_EVENTS_PKG.Update_row(X_Rowid => l_Row_id,
803: X_Event_Id => l_Event_id,
804: X_Business_Group_Id => l_Business_Group_Id,
805: X_Location_Id => l_Location_id,
806: X_Internal_Contact_Person_Id => null,

Line 844: PER_EVENTS_PKG.Insert_row(X_Rowid => l_Row_id,

840: X_ctl_globals_end_of_time => fnd_date.chardt_to_date(l_Date_Start));
841: --
842: ELSE
843: --
844: PER_EVENTS_PKG.Insert_row(X_Rowid => l_Row_id,
845: X_Event_Id => l_Event_id,
846: X_Business_Group_Id => l_Business_Group_Id,
847: X_Location_Id => l_Location_id,
848: X_Internal_Contact_Person_Id => null,