Search Results school_subject
Overview
PAYBV_US_SCHOOL_ARCHIVE is a read-only Oracle EBS database view owned by the APPS schema and validated as VALID in the PAY (Payroll) product. It exposes archived United States school district tax information captured during payroll processing. The view derives its content exclusively from rows in PAY_ACTION_INFORMATION where the ACTION_INFORMATION_CATEGORY equals 'US SCHOOL DISTRICT'. Its purpose is to present, in a flattened and analytically usable form, the state and local school district withholding, subject, and pre-tax reduction amounts recorded against processed payroll actions.
Because the view is declared WITH READ ONLY and is prefixed with the PAYBV naming convention, it is oriented toward Business View/reporting consumption rather than transactional maintenance. Administrators, payroll analysts, and reporting integrators use it to reconcile school district tax activity by assignment, jurisdiction, and date without needing to parse the raw ACTION_INFORMATION1 through ACTION_INFORMATION5 flexfields directly. In Oracle EBS 12.1.1 and 12.2.2 the object is delivered as a database view and is queried through standard SQL or through reporting tools such as Oracle Reports, BI Publisher, and Oracle Discoverer.
Underlying Base Objects
The documented base dependencies for PAYBV_US_SCHOOL_ARCHIVE are:
- PAY_ACTION_INFORMATION (SYNONYM) — the primary source of data. It is the row-generating table, filtered by ACTION_INFORMATION_CATEGORY = 'US SCHOOL DISTRICT'.
- PAY_AC_UTIL (PACKAGE) — supplies the GET_STATE_ABBREV function used to derive the STATE column from the jurisdiction code.
- PAY_US_EMPLOYEE_PAYSLIP_WEB (PACKAGE) — supplies the GET_JURISDICTION_NAME function used to resolve the human-readable JURISDICTION_NAME.
The view therefore does not maintain its own storage; it is a logical projection over action information rows joined logically to two payroll packages for descriptive enrichment. The relationship is one-to-many from payroll actions to school district information records, with each row identifiable by ACTION_CONTEXT_ID, ASSIGNMENT_ID, and EFFECTIVE_DATE.
Key Columns
- ACTION_NUMBER — alias for ACTION_CONTEXT_ID; identifies the payroll action context.
- TAX_UNIT_ID — the tax unit associated with the school district record.
- EFFECTIVE_DATE — the effective date of the action information row.
- ASSIGNMENT_ID — the employee assignment to which the amounts apply.
- JURISDICTION_CODE / JURISDICTION_NAME / STATE — the school district jurisdiction identifier, its resolved name, and state abbreviation.
- SCHOOL_GROSS — gross amount, derived from ACTION_INFORMATION5.
- SCHOOL_WITHHELD — amount withheld, from ACTION_INFORMATION1.
- SCHOOL_SUBJ_WHABLE — subject withholding, from ACTION_INFORMATION2.
- SCHOOL_SUBJ_NWHABLE — subject non-withholdable, from ACTION_INFORMATION3.
- SCHOOL_PRE_TAX_REDNS — pre-tax reductions, from ACTION_INFORMATION4.
- SCHOOL_SUBJECT — computed as ACTION_INFORMATION2 + ACTION_INFORMATION3.
- SCHOOL_REDUCED_SUBJECT — computed as ACTION_INFORMATION2 minus ACTION_INFORMATION4.
All numeric fields are wrapped in NVL(...,0) so absent values resolve to zero, simplifying aggregation.
Common Use Cases and Queries
Typical uses include auditing school district withholding per assignment, verifying taxable subject amounts against gross, and feeding downstream payroll tax reconciliation reports. A representative query totals withheld and gross amounts by jurisdiction:
- SELECT JURISDICTION_NAME, STATE, SUM(SCHOOL_GROSS) GROSS, SUM(SCHOOL_WITHHELD) WITHHELD FROM PAYBV_US_SCHOOL_ARCHIVE GROUP BY JURISDICTION_NAME, STATE;
- SELECT ASSIGNMENT_ID, EFFECTIVE_DATE, SCHOOL_SUBJECT, SCHOOL_REDUCED_SUBJECT FROM PAYBV_US_SCHOOL_ARCHIVE WHERE TAX_UNIT_ID = :tax_unit_id;
- SELECT * FROM PAYBV_US_SCHOOL_ARCHIVE WHERE ASSIGNMENT_ID = :assignment_id ORDER BY EFFECTIVE_DATE;
Because the view is read only, it is safe for ad hoc querying; no DML should be attempted against it.
-
View: PAYBV_US_SCHOOL_ARCHIVE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_SCHOOL_ARCHIVE, object_name:PAYBV_US_SCHOOL_ARCHIVE, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_US_SCHOOL_ARCHIVE ,
-
VIEW: APPS.PAY_US_SCHOOL_ACTION_INFO_V
12.2.2
-
VIEW: APPS.PAYBV_US_SCHOOL_ARCHIVE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_SCHOOL_ARCHIVE, object_name:PAYBV_US_SCHOOL_ARCHIVE, status:VALID,
-
VIEW: APPS.PAY_US_SCHOOL_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_SCHOOL_ACTION_INFO_V, object_name:PAY_US_SCHOOL_ACTION_INFO_V, status:VALID,
-
VIEW: APPS.PAY_US_SCHOOL_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_SCHOOL_ACTION_INFO_V, object_name:PAY_US_SCHOOL_ACTION_INFO_V, status:VALID,
-
View: PAY_US_SCHOOL_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_SCHOOL_ACTION_INFO_V, object_name:PAY_US_SCHOOL_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_SCHOOL_ACTION_INFO_V ,
-
VIEW: APPS.PAYBV_US_SCHOOL_ARCHIVE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_SCHOOL_ARCHIVE, object_name:PAYBV_US_SCHOOL_ARCHIVE, status:VALID,
-
View: PAY_US_SCHOOL_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_SCHOOL_ACTION_INFO_V, object_name:PAY_US_SCHOOL_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_SCHOOL_ACTION_INFO_V ,
-
VIEW: APPS.PAYBV_US_SCHOOL_ARCHIVE
12.2.2
-
View: PAYBV_US_SCHOOL_ARCHIVE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_SCHOOL_ARCHIVE, object_name:PAYBV_US_SCHOOL_ARCHIVE, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_US_SCHOOL_ARCHIVE ,
-
VIEW: APPS.PAY_US_SCHOOL_ACTION_INFO_V
12.1.1
-
VIEW: APPS.PAYBV_US_SCHOOL_ARCHIVE
12.1.1
-
View: PAY_US_LOCAL_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_ACTION_INFO_V, object_name:PAY_US_LOCAL_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_ACTION_INFO_V ,
-
View: PAY_US_LOCAL_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_ACTION_INFO_V, object_name:PAY_US_LOCAL_ACTION_INFO_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_ACTION_INFO_V ,
-
VIEW: APPS.PAY_US_LOCAL_ACTION_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_ACTION_INFO_V, object_name:PAY_US_LOCAL_ACTION_INFO_V, status:VALID,
-
VIEW: APPS.PAY_US_LOCAL_ACTION_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_ACTION_INFO_V, object_name:PAY_US_LOCAL_ACTION_INFO_V, status:VALID,
-
VIEW: APPS.PAY_US_LOCAL_ACTION_INFO_V
12.1.1
-
VIEW: APPS.PAY_US_LOCAL_ACTION_INFO_V
12.2.2
-
eTRM - PAY Tables and Views
12.1.1
description: Temporary table used to hold invalid location addresses. ,
-
eTRM - PAY Tables and Views
12.2.2
description: Temporary table used to hold invalid location addresses. ,