You are on page 1of 5

SQL Name

TL_TRC_LIST
GP_ABS_EE_DAT_SQL
Utility
List of TRCs eligible for an employee
Return company, absence system, supervisor id, reports to of an employee
Package Sub Package Class
TL_COMMON EmployeeTRCList EmployeeTRCList

TL_COMMON MANAGE_TL_TR_STATUS ManageTLTRStatus


TL_COMMON MANAGE_TL_TR_STATUS ManageTLTRStatus

TL_COMMON MANAGE_TL_TR_STATUS ManageTLTRStatus

TL_COMMON TL_EMPLOYEE_ATTRIBUTES GetEmployeeAttributes

TL_COMMON TL_EMPLOYEE_ATTRIBUTES GetEmployeeAttributes

TL_COMMON TL_EMPLOYEE_ATTRIBUTES GetEmployeeAttributes

TL_COMMON TL_EMPLOYEE_ATTRIBUTES GetEmployeeAttributes


TL_COMMON TL_INSTALLATION GetTLInstallation

TL_ABS_UTILS ListOfHolidays

TL_ABS_UTILS HolidaySchd

TL_ABS_UTILS GetTrcCode
TL_CF Utility

TL_SCHEDULES SCHEDULE_RESOLUTION ResolvedSchedule


TL_SCHEDULES SCH_ASSIGN Assing
Method
GetEmployeeTRCs

UpdateECD
Create_TL_TR_Status

Select_TL_TR_Status

IsEmp_ParticipatinginAbsence

Is_EmpActiveinTL

Is_EmpExistInTL

IsItA_Holiday
GetTLInstallation

GetListOfHolidays

HolidaySchd

GetTRC
getJobBusinessUnit

ResolveSched
GetDefaultSched
Utility
Get the list of TRCs eligible for an employee
Updates the ECD in TL_TR_STATUS table with the values provided. Use
package to update ECD value in custom code.
Insert a new row into TL_TR_STATUS.
Select the current values in TL_TR_STATUS. Use to check for the current
values in TL_TR_STATUS for an employee.

Check whether the employee has an Absence System of AM in job data

Checks whether employee is active in T&L as of a given date

Checks whether employee is enrolled in T&L


Checks whether a given date is a holiday as per the employee's holiday
schedule
Retrieve details of the TL Installation table

Pass holiday schedule and start and end dates. Retrieve a record containing
the holidays for the holiday schedule between the start and end dates.
Pass employee and as of date. Get the holiday schedule attached to the
employee.

For absence conversion, get the TRC for a given Earning Code's pin number
Pass the emplid,empl_rcd to return the business unit in job data.
Returns an array with the scheduled hours details for an employee for each day
within a date range.
Get the default schedule of an employee

You might also like