Search Results pay_report_format_mappings_f
Overview
PAY_REPORT_FORMAT_MAPPINGS_F is a Payroll (PAY) module table owned by the HR schema in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to map a report for a given jurisdiction to the fixed format defined for the magnetic tape. In practice, this table stores the configuration that tells Oracle Payroll and Oracle HRMS statutory reporting processes which report format layout should be used when producing magnetic media files — such as tape-based submissions — for a specific legislative jurisdiction and report type. Each row binds a report identity (type, qualifier, and category) to a report format and a set of processing codes that govern how the output is generated, archived, initialized, and de-initialized.
The object is date-tracked: it carries EFFECTIVE_START_DATE and EFFECTIVE_END_DATE, and it appears in the ETRM physical schema with a ZD_EDITION_NAME column, indicating it is an edition-enabled (ZD) table. The ETRM metadata classifies this object heuristically as standalone under the Data Vault model. As a modeling suggestion, the absence of documented foreign-key relationships means this table is best treated as an independent configuration reference rather than a hub or link; its natural role is closer to that of a reference or lookup satellite, since it describes attributes of a report-to-format mapping over effective-dated periods.
Key Information Stored
The 26 documented columns capture report identification, format assignment, processing behavior, and standard audit fields. The most important columns are:
- REPORT_TYPE, REPORT_QUALIFIER, REPORT_CATEGORY — together with the effective dates and ZD_EDITION_NAME, these form the unique index PAY_REPORT_FORMAT_MAPPINGS_PK, making them the business-key candidates for the table.
- REPORT_FORMAT — the fixed magnetic tape format to which the report is mapped, the central attribute of the mapping.
- REPORT_FORMAT_MAPPING_ID — the surrogate identifier for the mapping row, distinct from the composite business key.
- REPORT_NAME — the descriptive name of the report being mapped.
- LEGISLATION_CODE — the jurisdiction under which the mapping applies.
- BUSINESS_GROUP_ID — the business group that owns the configuration row.
- RANGE_CODE, SORT_CODE, MAGNETIC_CODE — control codes that influence how records are ranged, sorted, and written to magnetic output.
- ASSIGNMENT_ACTION_CODE, INITIALIZATION_CODE, DEINITIALIZATION_CODE, TEMPORARY_ACTION_FLAG — processing directives that describe setup, teardown, and assignment-related actions performed during report execution.
- ARCHIVE_CODE, UPDATABLE_FLAG — flags governing archival behavior and whether the mapping row can be modified.
- LAST_UPDATED_BY, LAST_UPDATE_DATE, CREATED_BY, CREATION_DATE, OBJECT_VERSION_NUMBER — standard audit and optimistic-locking columns.
The unique index PAY_REPORT_FORMAT_MAPPINGS_PK is defined on REPORT_TYPE, REPORT_QUALIFIER, REPORT_CATEGORY, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, and ZD_EDITION_NAME; the primary key constraint PAY_REPORT_FORMAT_MAPPINGS_PK is documented on the first five of these. The surrogate REPORT_FORMAT_MAPPING_ID provides a stable single-column handle for downstream references.
Common Use Cases and Queries
Typical usage centers on statutory magnetic media reporting. A common query retrieves the active mapping for a jurisdiction and report type at a point in time:
SELECT report_type, report_qualifier, report_category, report_format, legislation_code FROM pay_report_format_mappings_f WHERE legislation_code = :leg_code AND report_type = :type AND SYSDATE BETWEEN effective_start_date AND effective_end_date;
Analysts also use the table to audit which formats are configured per legislative jurisdiction, to compare format assignments across effective-dated revisions, and to validate that a report name maps to the expected format before running a submission. Joins to report definitions and to payroll action/processing tables are performed on REPORT_TYPE, REPORT_CATEGORY, LEGISLATION_CODE, and REPORT_FORMAT_MAPPING_ID, since no formal foreign keys are documented.
Related Objects
Because the ETRM metadata classifies this table as standalone with no documented foreign keys, related objects are established primarily through shared business keys rather than enforced constraints. The most significant are:
- PAY_REPORT_FORMAT_MAPPINGS_F itself in its _F (date-tracked) form, paired with its associated _TL and _B/date-tracked variants where localization and translation exist.
- Payroll report and magnetic-media report definition tables referenced via REPORT_TYPE and REPORT_CATEGORY.
- Legislative jurisdiction and legislation tables joined on LEGISLATION_CODE.
- Business group reference tables joined on BUSINESS_GROUP_ID.
- Payroll action and processing configuration tables referenced through ASSIGNMENT_ACTION_CODE, INITIALIZATION_CODE, and DEINITIALIZATION_CODE.
- Standard HRMS date-tracked infrastructure (ZD_EDITION_NAME and effective-date ranges) that governs row visibility in the edition-enabled schema.
These joins are business-key based; DBA review of the HR schema is recommended to confirm referenced table names for any specific release.
-
Table: PAY_REPORT_FORMAT_MAPPINGS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_REPORT_FORMAT_MAPPINGS_F, object_name:PAY_REPORT_FORMAT_MAPPINGS_F, status:VALID, product: PAY - Payroll , description: Maps a report for a given jurisdiction to the fixed format defined for the magnetic tape. , implementation_dba_data: HR.PAY_REPORT_FORMAT_MAPPINGS_F ,
-
Table: PAY_REPORT_FORMAT_MAPPINGS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_REPORT_FORMAT_MAPPINGS_F, object_name:PAY_REPORT_FORMAT_MAPPINGS_F, status:VALID, product: PAY - Payroll , description: Maps a report for a given jurisdiction to the fixed format defined for the magnetic tape. , implementation_dba_data: HR.PAY_REPORT_FORMAT_MAPPINGS_F ,
-
APPS.PYW2DATA SQL Statements
12.1.1
-
APPS.PYW2DATA SQL Statements
12.2.2
-
APPS.PYSQDATA SQL Statements
12.1.1
-
APPS.PYSQDATA SQL Statements
12.2.2
-
VIEW: HR.PAY_REPORT_FORMAT_MAPPINGS_F#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_REPORT_FORMAT_MAPPINGS_F#, status:VALID,
-
APPS.PAY_RFM_SHD SQL Statements
12.1.1
-
APPS.PAY_RFM_SHD SQL Statements
12.2.2
-
APPS.PAY_1099R_DATA SQL Statements
12.1.1
-
SYNONYM: PUBLIC.PAY_REPORT_FORMAT_MAPPINGS_F
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_REPORT_FORMAT_MAPPINGS_F, status:VALID,
-
APPS.PAY_MWS_RPDEF SQL Statements
12.2.2
-
VIEW: APPS.PAY_REPORT_FORMAT_MAPPINGS_X
12.2.2
-
APPS.PAY_1099R_DATA SQL Statements
12.2.2
-
TRIGGER: APPS.PAY_REPORT_FORMAT_MAPPINGS_F+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PAY_REPORT_FORMAT_MAPPINGS_F+, status:VALID,
-
VIEW: APPS.PAY_REPORT_FORMAT_MAPPINGS_X
12.1.1
-
APPS.PAY_REPORT_FORMAT_MAPPINGS_PKG SQL Statements
12.1.1
-
APPS.PAY_MWS_RPDEF SQL Statements
12.1.1
-
APPS.PAY_RFM_BUS SQL Statements
12.2.2
-
VIEW: APPS.PAY_REPORT_FORMAT_MAPPINGS_VL
12.2.2
-
VIEW: APPS.PAY_REPORT_FORMAT_MAPPINGS
12.1.1
-
VIEW: APPS.PAY_REPORT_FORMAT_MAPPINGS_VL
12.1.1
-
APPS.PAY_REPORT_FORMAT_MAPPINGS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PYW2DATA
12.2.2
-
APPS.PAY_RFM_BUS SQL Statements
12.1.1
-
TRIGGER: APPS.PAY_REPORT_FORMAT_MAPPINGS_F+
12.2.2
-
VIEW: APPS.PAY_REPORT_FORMAT_MAPPINGS
12.2.2
-
PACKAGE BODY: APPS.PYW2DATA
12.1.1
-
VIEW: HR.PAY_REPORT_FORMAT_MAPPINGS_F#
12.2.2
-
TABLE: HR.PAY_REPORT_FORMAT_ITEMS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_REPORT_FORMAT_ITEMS_F, object_name:PAY_REPORT_FORMAT_ITEMS_F, status:VALID,
-
PACKAGE BODY: APPS.PYSQDATA
12.2.2
-
PACKAGE BODY: APPS.PYSQDATA
12.1.1
-
TABLE: HR.PAY_REPORT_FORMAT_ITEMS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_REPORT_FORMAT_ITEMS_F, object_name:PAY_REPORT_FORMAT_ITEMS_F, status:VALID,
-
TABLE: HR.PAY_REPORT_FORMAT_MAPPINGS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_REPORT_FORMAT_MAPPINGS_F, object_name:PAY_REPORT_FORMAT_MAPPINGS_F, status:VALID,
-
APPS.PAY_RFM_INS SQL Statements
12.2.2
-
APPS.PAY_RFM_INS SQL Statements
12.1.1
-
FUNCTION: APPS.PAY_REPORT_FORMAT_MAPPINGS_F=
12.2.2
-
PACKAGE BODY: APPS.PAY_RFM_SHD
12.2.2
-
PACKAGE BODY: APPS.PAY_REPORT_FORMAT_MAPPINGS_PKG
12.1.1
-
SYNONYM: APPS.PAY_REPORT_FORMAT_MAPPINGS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_REPORT_FORMAT_MAPPINGS_F, status:VALID,
-
PACKAGE BODY: APPS.PAY_REPORT_FORMAT_MAPPINGS_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_RFM_SHD
12.1.1
-
FUNCTION: APPS.PAY_REPORT_FORMAT_MAPPINGS_F=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:PAY_REPORT_FORMAT_MAPPINGS_F=, status:VALID,
-
PACKAGE BODY: APPS.PAY_FR_ARC_UTL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_FR_ARC_UTL, status:VALID,
-
View: PAY_REPORT_FORMAT_MAPPINGS_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_REPORT_FORMAT_MAPPINGS_X, object_name:PAY_REPORT_FORMAT_MAPPINGS_X, status:VALID, product: PAY - Payroll , description: Date-effective view. , implementation_dba_data: APPS.PAY_REPORT_FORMAT_MAPPINGS_X ,
-
TABLE: HR.PAY_REPORT_FORMAT_MAPPINGS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_REPORT_FORMAT_MAPPINGS_F, object_name:PAY_REPORT_FORMAT_MAPPINGS_F, status:VALID,
-
PACKAGE BODY: APPS.PYW2DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PYW2DATA, status:VALID,
-
PACKAGE BODY: APPS.PYSQDATA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PYSQDATA, status:VALID,
-
PACKAGE BODY: APPS.PAY_REPORT_FORMAT_MAPPINGS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_REPORT_FORMAT_MAPPINGS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_REPORT_FORMAT_MAPPINGS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_REPORT_FORMAT_MAPPINGS_PKG, status:VALID,