Search Results https://www.galaxus.ch/en/sector/showdiscussion/snapchat-id-hack-visit-kunghaccom-c76eyaq4-222179
Overview
The PQP_EXTRACT_ATTRIBUTES table is a core data structure within the Oracle E-Business Suite Public Sector Payroll (PQP) module. It functions as a repository for storing supplementary attributes associated with system-generated data extracts. These extracts are critical for payroll processing and reporting, particularly in the context of public sector requirements, which often involve complex, jurisdiction-specific data reporting to government or regulatory bodies. The table's primary role is to extend the definition of standard payroll extracts by allowing the association of custom or additional data points, enabling the application to meet diverse and stringent compliance mandates. It is a key component in the extract generation and configuration framework of Oracle EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is centered around uniquely identifying an attribute and linking it to a specific extract definition. Based on the provided metadata, the critical columns include:
- EXTRACT_ATTRIBUTE_ID: The primary key column, uniquely identifying each record (attribute) within this table. This is enforced by the PQP_EXTRACT_ATTRIBUTES_PK constraint.
- EXT_DFN_ID: A foreign key column that links the attribute to its parent extract definition. This column is part of the unique key constraint PQP_EXTRACT_ATTRIBUTES_UK1, ensuring that attributes are uniquely defined within the context of a specific extract. It is central to the table's relationships.
While the full column list is not detailed in the excerpt, the table logically holds columns to store the attribute's name, data type, value, sequence, and potentially configuration flags that dictate how the attribute is processed during extract generation.
Common Use Cases and Queries
This table is primarily accessed during the setup and execution of payroll reporting extracts. A common use case is an administrator configuring a new government report that requires supplemental data points not captured in the standard extract layout. The attributes would be defined and stored here. For reporting and troubleshooting, typical queries involve joining to the master extract definition table to list all extended attributes for a given report or validating configuration.
A sample SQL pattern to retrieve all attributes for a specific extract definition would be:
- SELECT pea.* FROM hr.pqp_extract_attributes pea WHERE pea.ext_dfn_id = <DEFINITION_ID> ORDER BY <SEQUENCE_COLUMN>;
Data from this table is integral to the runtime engine that builds the final output file, ensuring all mandated fields, both standard and extended, are populated correctly for compliance.
Related Objects
The primary documented relationship for the PQP_EXTRACT_ATTRIBUTES table is via the EXT_DFN_ID column. This foreign key references the primary key of the master extract definition table within the PQP schema, most likely named PQP_EXTRACT_DEFINITIONS or similar. The relationship is enforced by the PQP_EXTRACT_ATTRIBUTES_UK1 constraint. This is a critical one-to-many relationship where a single extract definition can have multiple associated extra attributes. Other related objects would include application programming interfaces (APIs) in the PQP_EXTRACT_UTILITY or similarly named packages that are used to create, update, and manage these attribute records programmatically within the application's business logic.
-
Lookup Type: PQP_PAY_SOURCE_VALUE
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_PAY_SOURCE_VALUE ,
-
Lookup Type: PQP_PAY_SOURCE_VALUE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_PAY_SOURCE_VALUE ,
-
Lookup Type: PQP_HROSS_STU_ACTIONS
12.1.1
product: PQP - Public Sector Payroll , meaning: Assignment Details , description: Various kinds of information that can be entered for the student ,
-
Lookup Type: PQP_HROSS_STU_ACTIONS
12.2.2
product: PQP - Public Sector Payroll , meaning: Assignment Details , description: Various kinds of information that can be entered for the student ,
-
Lookup Type: PQP_GB_SWF_ORIGIN_CODES
12.2.2
product: PQP - Public Sector Payroll , meaning: DCSF Origin Codes for SWFC , description: DCSF Origin Codes for SWFC ,
-
Lookup Type: PQP_EMPLOYER_TYPE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_EMPLOYER_TYPE ,
-
Lookup Type: PQP_EMPLOYER_TYPE
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_EMPLOYER_TYPE ,
-
Table: PQP_EXTRACT_ATTRIBUTES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_EXTRACT_ATTRIBUTES, object_name:PQP_EXTRACT_ATTRIBUTES, status:VALID, product: PQP - Public Sector Payroll , description: Table to hold extra attributes of system extracts required for the Public Sector Payroll application. , implementation_dba_data: HR.PQP_EXTRACT_ATTRIBUTES ,
-
Table: PQP_EXTRACT_ATTRIBUTES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_EXTRACT_ATTRIBUTES, object_name:PQP_EXTRACT_ATTRIBUTES, status:VALID, product: PQP - Public Sector Payroll , description: Table to hold extra attributes of system extracts required for the Public Sector Payroll application. , implementation_dba_data: HR.PQP_EXTRACT_ATTRIBUTES ,
-
Table: PQP_ASSIGNMENT_ATTRIBUTES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_ASSIGNMENT_ATTRIBUTES_F, object_name:PQP_ASSIGNMENT_ATTRIBUTES_F, status:VALID, product: PQP - Public Sector Payroll , description: PQP_ASSIGNMENT_ATTRIBUTES_F is the DateTracked table which holds a variety of information required by the public sector payroll product at assignment level. This information includes the contract type and details of work patterns. Even thou , implementation_dba_data: HR.PQP_ASSIGNMENT_ATTRIBUTES_F ,
-
Table: PQP_ASSIGNMENT_ATTRIBUTES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_ASSIGNMENT_ATTRIBUTES_F, object_name:PQP_ASSIGNMENT_ATTRIBUTES_F, status:VALID, product: PQP - Public Sector Payroll , description: PQP_ASSIGNMENT_ATTRIBUTES_F is the DateTracked table which holds a variety of information required by the public sector payroll product at assignment level. This information includes the contract type and details of work patterns. Even thou , implementation_dba_data: HR.PQP_ASSIGNMENT_ATTRIBUTES_F ,
-
Lookup Type: PQP_GB_SWF_DESTINATION_CODES
12.2.2
product: PQP - Public Sector Payroll , meaning: DCSF Destination Codes for SWFC , description: DCSF Destination Codes for SWFC ,
-
Lookup Type: PQP_GB_TP_EXTRACT_TYPE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_GB_TP_EXTRACT_TYPE , description: Identifies the type of system extracts created for the UK Public Sector. ,
-
Lookup Type: PQP_GB_TP_EXTRACT_TYPE
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_GB_TP_EXTRACT_TYPE , description: Identifies the type of system extracts created for the UK Public Sector. ,
-
Table: PQP_GAP_DURATION_SUMMARY
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_GAP_DURATION_SUMMARY, object_name:PQP_GAP_DURATION_SUMMARY, status:VALID, product: PQP - Public Sector Payroll , implementation_dba_data: HR.PQP_GAP_DURATION_SUMMARY ,
-
Lookup Type: PQP_EMPLOYER_SUBTYPE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_EMPLOYER_SUBTYPE ,
-
Lookup Type: PQP_APPROVAL_STATUS
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_APPROVAL_STATUS , description: Claim Approval status ,
-
Lookup Type: PQP_DML_MODE
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_DML_MODE , description: DML Mode ,
-
Lookup Type: PQP_NL_DEDUCTION_METHOD
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_NL_DEDUCTION_METHOD ,
-
Lookup Type: PQP_VEHICLE_TAXATION_METHOD
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_VEHICLE_TAXATION_METHOD , description: Taxation method for German legislation ,
-
Concurrent Program: PQPGBSWFAR
12.2.2
product: PQP - Public Sector Payroll , user_name: School Workforce Census Archive , description: School Workforce Census Archive , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Lookup Type: PQP_LGPS_EXCLUSION_TYPE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_LGPS_EXCLUSION_TYPE , description: List of values for LGPS Exclusion Types ,
-
Lookup Type: PQP_SAV_ER_DEDUCTION_METHOD
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_SAV_ER_DEDUCTION_METHOD , description: Employer Deduction Method for Savings Schemes ,
-
Lookup Type: PQP_RIW_DATA_SOURCES
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_RIW_DATA_SOURCES , description: RIW Supported Data Source Types ,
-
Lookup Type: PQP_NL_FUR_PARTICIPATION
12.2.2
product: PQP - Public Sector Payroll , meaning: FUR Participation Details , description: FUR Participation Details ,
-
Lookup Type: PQP_PENSION_ROUNDING_CHOICE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_PENSION_ROUNDING_CHOICE , description: Rounding choices for basis and deduction amounts ,
-
Lookup Type: PQP_GB_PENSERVER_PARTNER_SCHEM
12.2.2
product: PQP - Public Sector Payroll , meaning: Partnership Scheme values ,
-
Lookup Type: PQP_NL_OVERRIDE_REASON
12.1.1
product: PQP - Public Sector Payroll , meaning: Override reason , description: Override reason ,
-
Lookup Type: PQP_RIW_DEFAULT_TYPE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_RIW_DEFAULT_TYPE , description: BNE Layout Default Type ,
-
Table: PQP_ALIEN_TRANSACTION_DATA
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_ALIEN_TRANSACTION_DATA, object_name:PQP_ALIEN_TRANSACTION_DATA, status:VALID, product: PQP - Public Sector Payroll , description: This table stores the Alien treaty analysis data transactions received from Third party vendors. , implementation_dba_data: HR.PQP_ALIEN_TRANSACTION_DATA ,
-
Lookup Type: PQP_EMPLOYER_SUBTYPE
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_EMPLOYER_SUBTYPE ,
-
Lookup Type: PQP_NL_PENSION_CATEGORY
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_NL_PENSION_CATEGORY ,
-
Lookup Type: PQP_NL_PGGM_EXT_PERIOD
12.2.2
product: PQP - Public Sector Payroll , meaning: NL PGGM Extract Periods , description: NL PGGM Extract Periods ,
-
Lookup Type: PQP_NL_SAVING_SCHEMES
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_NL_SAVING_SCHEMES , description: Savings Schemes for Netherlands ,
-
Lookup Type: PQP_ENGINE_CAPACITY_UOM
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_ENGINE_CAPACITY_UOM , description: Engine Capacity UOM ,
-
Lookup Type: PQP_GB_PENSERVER_EXT_TYPES
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_GB_PENSERVER_EXT_TYPES , description: Available Penserver extract types ,
-
Table: PQP_FLXDU_COLUMNS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_FLXDU_COLUMNS, object_name:PQP_FLXDU_COLUMNS, status:VALID, product: PQP - Public Sector Payroll , description: This table is used to maintain all the fields for a HR entity types available in a spreadsheet. , implementation_dba_data: HR.PQP_FLXDU_COLUMNS ,
-
Concurrent Program: PQPCMPRPT
12.1.1
product: PQP - Public Sector Payroll , user_name: OSS HRMS Comparison Report , description: Concurrent Program For OSS HRMS Comparison Report Data Template , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: PQP_GB_PENSERVER_EXT_TYPES
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_GB_PENSERVER_EXT_TYPES , description: Available Penserver extract types ,
-
Lookup Type: PQP_GB_OSP_DAILY_RATE_DIVISOR
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_GB_OSP_DAILY_RATE_DIVISOR , description: Types of an OSP/OMP Daily Rate Divisor. ,
-
Lookup Type: PQP_SPECIAL_PENSION_TYPE_CODE
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_SPECIAL_PENSION_TYPE_CODE , description: Special Pension Type Code ,
-
Lookup Type: PQP_SPECIAL_PENSION_TYPE_CODE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_SPECIAL_PENSION_TYPE_CODE , description: Special Pension Type Code ,
-
Lookup Type: PQP_DML_MODE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_DML_MODE , description: DML Mode ,
-
Lookup Type: PQP_US_PORT_OF_ENTRY
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_US_PORT_OF_ENTRY , description: Port of Entry Cities in US used for Visa Visit History ,
-
Lookup Type: PQP_NL_DEDUCTION_METHOD
12.1.1
product: PQP - Public Sector Payroll , meaning: PQP_NL_DEDUCTION_METHOD ,
-
Table: PQP_VEH_REPOS_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_VEH_REPOS_EXTRA_INFO, object_name:PQP_VEH_REPOS_EXTRA_INFO, status:VALID, product: PQP - Public Sector Payroll , description: This entity is used to store any extra information regarding a Vehicle. This is an intersection table between PQP_VEHICLE_REPOSITORY_F and PQP_VEH_REPOS_INFO_TYPES. , implementation_dba_data: HR.PQP_VEH_REPOS_EXTRA_INFO ,
-
Table: PQP_VEH_REPOS_EXTRA_INFO
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_VEH_REPOS_EXTRA_INFO, object_name:PQP_VEH_REPOS_EXTRA_INFO, status:VALID, product: PQP - Public Sector Payroll , description: This entity is used to store any extra information regarding a Vehicle. This is an intersection table between PQP_VEHICLE_REPOSITORY_F and PQP_VEH_REPOS_INFO_TYPES. , implementation_dba_data: HR.PQP_VEH_REPOS_EXTRA_INFO ,
-
Lookup Type: PQP_GB_PENSERVER_EXE_MODE
12.2.2
product: PQP - Public Sector Payroll , meaning: PQP_GB_PENSERVER_EXE_MODE , description: Available Penserver Execution Modes ,
-
File: PQP_Dependencies.html
12.2.2
product: PQP - Public Sector Payroll , size: 52.344 KBytes , file_type: HTML Report , description: PQP_Dependencies.html is an html report that documents dependencies to tables and views in the PQP product. ,
-
Table: PQP_GAP_DURATION_SUMMARY
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQP.PQP_GAP_DURATION_SUMMARY, object_name:PQP_GAP_DURATION_SUMMARY, status:VALID, product: PQP - Public Sector Payroll , implementation_dba_data: HR.PQP_GAP_DURATION_SUMMARY ,