Search Results per_time_period_types
Overview
The PER_TIME_PERIOD_TYPES table is a core reference table within the Oracle E-Business Suite Human Resources (PER) module. It serves as a master repository for defining the valid period types that can be used across the system, primarily for structuring payroll calendars and HR budget calendars. This table provides a standardized list of periodicity codes, such as 'Weekly', 'Monthly', or 'Bi-Weekly', which are essential for configuring the frequency of payroll runs, budget accruals, and other time-based processes. Its role is foundational, ensuring consistency in how time periods are referenced and utilized throughout the HR and payroll applications.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the structure of such reference tables in Oracle HRMS typically includes a key code column and descriptive fields. Based on standard implementation patterns, the primary column is almost certainly PERIOD_TYPE, which acts as the unique identifier (Primary Key) for each period type. This column stores short, meaningful codes. Supporting columns would typically include a user-friendly NAME or DESCRIPTION for the period type (e.g., 'Calendar Month'), and potentially control attributes like a system flag or number of days. The data is predominantly seeded by Oracle during installation, with organizations potentially able to add custom period types to meet specific business requirements.
Common Use Cases and Queries
A primary use case is the setup and validation of payroll definitions. When an administrator creates a payroll, they must select a period type that defines its frequency. The system validates this selection against PER_TIME_PERIOD_TYPES. Similarly, when defining element entry rules or budget commitment elements, the period type determines reset or accrual frequencies. Common reporting and query scenarios include listing all available period types for a setup task or identifying which payrolls use a specific period type. A fundamental query to retrieve all valid period types would be: SELECT period_type, name FROM hr.per_time_period_types ORDER BY period_type;. For troubleshooting, one might join this table to payroll definitions to analyze frequency configurations across the enterprise.
Related Objects
As documented in the foreign key relationships, PER_TIME_PERIOD_TYPES is referenced by several key transactional and setup tables. The PERIOD_TYPE column is joined to the following objects:
- PAY_ALL_PAYROLLS_F: Links to define the core frequency (PERIOD_TYPE) of a payroll.
- PAY_CALENDARS: References the period type (ACTUAL_PERIOD_TYPE) used for a specific payroll calendar.
- PER_TIME_PERIOD_SETS: Associates a set of generated time periods with a base period type.
- PAY_ELE_PAYROLL_FREQ_RULES: Specifies the reset frequency (RESET_PERIOD_TYPE) for payroll element rules.
- PER_COBRA_COV_ENROLLMENTS: Indicates the period type used for COBRA coverage billing.
- PQH_BDGT_CMMTMNT_ELMNTS: Defines the default frequency (DFLT_ELMNT_FREQUENCY) for budget commitment elements.
-
Table: PER_TIME_PERIOD_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_TIME_PERIOD_TYPES, object_name:PER_TIME_PERIOD_TYPES, status:VALID, product: PER - Human Resources , description: Predefined list of valid period types for payroll and HR budget calendars. , implementation_dba_data: HR.PER_TIME_PERIOD_TYPES ,
-
Table: PER_TIME_PERIOD_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_TIME_PERIOD_TYPES, object_name:PER_TIME_PERIOD_TYPES, status:VALID, product: PER - Human Resources , description: Predefined list of valid period types for payroll and HR budget calendars. , implementation_dba_data: HR.PER_TIME_PERIOD_TYPES ,
-
APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_NZ_QES_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_ES_CALC_SS_EARNINGS dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PQP_NL_ABP_FUNCTIONS dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PQP_ALIEN_EXPAT_TAXATION_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.HR_NZ_HOLIDAYS dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_P45_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_CORE_FF_UDFS dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_US_GET_CUMU_PERIOD_NUM dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_PAYGBTPL_XMLP_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_GB_EAS_SCOTLAND_FUNCTIONS dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PQP_RATES_HISTORY_CALC dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PER_SALADMIN_UTILITY dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PSP_LABOR_DIST dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.HR_ELEMENTS dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.HR_BUDGET_CALENDAR dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PER_TIME_PERIOD_TYPES_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PQP_ALIEN_EXPAT_TAXATION_PKG dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_ES_SS_CALCULATION dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PQH_GSP_UTILITY dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PSP_ENC_CREATE_LINES dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PSP_LABOR_DIST dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_US_PTO_ACCRUAL dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.HXT_RETRO_PA dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PQH_BCE_BUS dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_GB_RTI_P60 dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.HR_US_FF_UDF1 dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PQH_COMMITMENT_PKG dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PER_COBRA_ECI dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_NZ_QES_PKG dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.BEN_DISTRIBUTE_RATES dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PQP_RATES_HISTORY_CALC dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PER_VIEWS_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PSP_PAYTRN dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_US_INV_DED_FORMULAS dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_GB_RTI_FPS dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_DK_PAYMENT_PROCESS_PKG dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_IE_BIK dependencies on PER_TIME_PERIOD_TYPES
12.2.2
-
APPS.PAY_NZ_SSCWT_RATE_ARCHIVE dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.HRWSECI dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PSB_POSITION_CONTROL_PVT dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_KR_WG_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PQH_GSP_UTILITY dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PQH_EMPLOYEE_SALARY dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_TDF_BUS dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.PAY_PYEPFREQ_PKG dependencies on PER_TIME_PERIOD_TYPES
12.1.1
-
APPS.HR_US_FF_UDFS dependencies on PER_TIME_PERIOD_TYPES
12.2.2