Search Results per_time_periods
Overview
The PER_TIME_PERIODS table is a core master data table within the Oracle E-Business Suite Human Resources (HR) module. It serves as the central repository for defining and storing time period definitions, which are fundamental to the system's time-based processing. Its primary role is to support payroll processing cycles and HR budget calendars, providing the temporal framework against which employee compensation is calculated, reported, and budgeted. The integrity of this table is critical, as its period definitions are referenced extensively by transactional tables in Payroll (PAY), Projects (PSP), and Budgeting (PQH) modules to ensure financial and operational data is correctly aligned to specific accounting and reporting periods.
Key Information Stored
While the provided metadata does not list specific columns, the table's description and foreign key relationships indicate it stores essential period attributes. The primary key is TIME_PERIOD_ID, a unique system-generated identifier for each period record. Based on standard Oracle HRMS table structures, other critical columns typically include PERIOD_TYPE (e.g., 'Calendar', 'Weekly', 'Bi-Weekly', 'Monthly'), START_DATE and END_DATE to define the period's duration, and PERIOD_NAME for descriptive identification. The table likely also contains a PAYROLL_ID column to link the period to a specific payroll definition, and a PERIOD_NUM for sequential ordering within a year. These attributes collectively define the chronological structure used for all periodic HR and financial operations.
Common Use Cases and Queries
This table is central to reporting and data validation across multiple modules. A common use case is generating payroll registers or audit reports for a specific time period. For example, to retrieve all payroll actions for a given period name, one would join with PAY_PAYROLL_ACTIONS. Another frequent scenario involves budget versus actual reporting, requiring joins to PER_BUDGET_VALUES. A typical diagnostic query would verify period definitions for a payroll, such as: SELECT period_name, start_date, end_date FROM per_time_periods WHERE payroll_id = &payroll_id ORDER BY start_date;. For Projects Accounting integration, queries often join PSP_SUMMARY_LINES to analyze labor distribution by time period. Ensuring period dates are contiguous and non-overlapping for a payroll is a critical validation step performed by administrators.
Related Objects
As evidenced by the extensive foreign key relationships, PER_TIME_PERIODS is a heavily referenced parent table. Key dependent objects include:
- PAY_PAYROLL_ACTIONS: Links each payroll run to its corresponding time period.
- PER_BUDGET_VALUES: Associates budget figures with specific HR calendar periods.
- PQH_BUDGET_PERIODS / PQH_WORKSHEET_PERIODS: Define budget and worksheet cycles using start and end period references.
- PSP_* tables (e.g., PSP_SUMMARY_LINES, PSP_PAYROLL_INTERFACE): Critical for Projects Accounting, linking labor distribution, adjustments, and payroll controls to the correct payroll period for cost collection and reporting.
-
Table: PER_TIME_PERIODS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_TIME_PERIODS, object_name:PER_TIME_PERIODS, status:VALID, product: PER - Human Resources , description: Time period definitions for payroll processing and HR budget calendars. , implementation_dba_data: HR.PER_TIME_PERIODS ,
-
Table: PER_TIME_PERIODS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_TIME_PERIODS, object_name:PER_TIME_PERIODS, status:VALID, product: PER - Human Resources , description: Time period definitions for payroll processing and HR budget calendars. , implementation_dba_data: HR.PER_TIME_PERIODS ,
-
APPS.PQP_EXPPREPROC_PKG dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.GHR_PER_SUM dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.DK_CONSUMED_ENTRY dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.HXT_TIME_GEN dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_IN_TAX_UTILS dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.HR_US_FF_UDF1 dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_DK_LABOR_COST_REPORT dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_ZA_EOY_VAL dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.SSP_SSPRPELR_XMLP_PKG dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_SG_BAL_UPLOAD dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.HRWSDPR dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_ELEMENT_ENTRY_API dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_NL_BAL_UPLOAD dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_DK_MIA_REPORT_PKG dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PQH_BUDGET_DATA_MIGRATION dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PQP_GB_CPX_EXTRACT_FUNCTIONS dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_IN_SOE_PKG dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_KR_FF_FUNCTIONS_PKG dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_NO_ABSENCE dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_ADVANCE_PAY_PKG dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.HXT_UTIL dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_IE_SOE dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_IN_EXC dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_US_TAX_BALS_PKG dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.BEN_EXT_PERSON dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_US_EMP_PAYSLIP_ACCRUAL_WEB dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_GB_EOY_ARCHIVE dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.HR_NZBAL dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.SSP_SMP_SUPPORT_PKG dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.HXC_TIMECARD_PROPERTIES dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.GHR_TSP_CATCHUP_PLAN_DESIGN dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_IE_PRSI_API dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.BEN_DETERMINE_DATE dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PYJPEXC dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_AU_RECON_SUMMARY dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_IN_PAYSLIP_ARCHIVE dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PSP_TEMPLATE_SELECTION dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_SA_GOSI_REPORTS dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PQH_APPLY_BUDGET dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_NO_SAL_STATISTICS_ARCHIVE dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_CA_ROE_EI_PKG dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PAY_DK_ARCHIVE_EIN dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.GHR_PAR_EXTRA_INFO_API dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.HR_ELEMENTS dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PAY_GB_TAX_CREDIT_PKG dependencies on PER_TIME_PERIODS
12.2.2
-
APPS.PSP_ENC_CREATE_LINES dependencies on PER_TIME_PERIODS
12.1.1
-
APPS.PYIEEXC dependencies on PER_TIME_PERIODS
12.1.1