Search Results us_lit_filing_status
Overview
APPS.PAY_EMP_LOCAL_TAX_V1 is a supplementary database view owned by the APPS schema and registered as a valid object in Oracle E-Business Suite 12.1.1 and 12.2.2. Its FND Design Data reference is PAY.PAY_EMP_LOCAL_TAX_V1, and it is classified as a view type explicitly described as a supplementary view used to simplify forms coding. Oracle documents a standing caution that querying or altering data through this view is not recommended, since its definition may change dramatically across minor or major releases. The view consolidates employee-level local tax information — state, jurisdiction, withholding, exemption, and locality residency data — into a single flattened record that forms can consume without issuing complex joins directly against the underlying payroll and HR tables.
Because the view exposes TIME_IN_LOCALITY alongside jurisdiction, city, and school district attributes, it is frequently encountered when developers or analysts investigate local tax residency and locality duration reporting. This makes it a plausible target for the search term "time_in_locality," even though the view is designed primarily as a form-support construct rather than a public reporting interface.
Underlying Base Objects
The ETRM metadata documents the following referenced base objects: FND_NUMBER (PACKAGE), HR_API (PACKAGE), HR_LOOKUPS (VIEW), PAY_STATE_RULES (SYNONYM), and PER_ASSIGNMENT_EXTRA_INFO (SYNONYM). The dependency list also includes FND_GLOBAL.
PER_ASSIGNMENT_EXTRA_INFO is the principal source of the employee assignment-level local tax details, supplying the assignment extra information identifier, information type, and the various locality and exemption attributes. HR_LOOKUPS is used to resolve lookup codes into descriptive values such as filing status and state or jurisdiction names, while PAY_STATE_RULES supplies state-specific rule context. FND_NUMBER and HR_API are utility packages invoked by the view's defining logic, and FND_GLOBAL provides session context such as the effective user and date. The synonym PAY_EMP_LOCAL_TAX_V1 is exposed publicly and is referenced by APPS.PAY_US_EMP_TAX_RULES_PKG, confirming that the view participates in US employee tax rule processing.
Key Columns
- ROW_ID – ROWID pseudo-column identifying the underlying row.
- ASSIGNMENT_EXTRA_INFO_ID / ASSIGNMENT_ID – Keys linking the record to the assignment and its extra information entry.
- INFORMATION_TYPE – Identifies the category of assignment extra information.
- STATE_CODE / STATE_NAME / CITY_NAME – State and city identification for the locality.
- JURISDICTION_CODE – The taxing jurisdiction applicable to the employee.
- FILING_STATUS_CODE / FILING_STATUS – Withholding filing status code and its displayed description.
- WITHHOLDING_ALLOWANCES / ADDITIONAL_WA_RATE – Allowance count and additional withholding rate.
- LIT_ADDITIONAL_TAX / LIT_EXEMPT / LIT_OVERRIDE_RATE / LIT_OVERRIDE_AMOUNT – Local income tax additional, exemption, and override values.
- SD_EXEMPT / HT_EXEMPT – School district and hotel/other exemption indicators.
- SCHOOL_DISTRICT_CODE – School district identifier.
- ENABLED – Flag indicating whether the record is active.
- TIME_IN_LOCALITY – Numeric value representing the time (duration) the employee has been within the locality, used in local tax residency determination.
Common Use Cases and Queries
Typical uses include verifying locality residency, reviewing local income tax exemptions and overrides, and debugging US payroll local tax rule processing. A representative query filtering on the searched attribute:
SELECT assignment_id, state_code, city_name, jurisdiction_code, time_in_locality, lit_exempt, enabled FROM apps.pay_emp_local_tax_v1 WHERE time_in_locality IS NOT NULL;SELECT assignment_id, state_code, filing_status, withholding_allowances, lit_override_rate FROM apps.pay_emp_local_tax_v1 WHERE assignment_id = :p_assignment_id;
Analysts should treat results as informational and prefer documented public APIs where read-consistency across releases is required.
-
Lookup Type: US_LIT_FILING_STATUS
12.1.1
product: PER - Human Resources , meaning: US LIT FILING STATUS ,
-
Lookup Type: US_LIT_FILING_STATUS
12.2.2
product: PER - Human Resources , meaning: US LIT FILING STATUS ,
-
VIEW: APPS.PAY_EMP_LOCAL_TAX_V1
12.2.2
-
VIEW: APPS.PAY_EMP_LOCAL_TAX_V1
12.1.1
-
VIEW: APPS.PAY_US_EMP_COUNTY_TAX_RULES_V
12.1.1
-
VIEW: APPS.PAY_US_EMP_COUNTY_TAX_RULES_V
12.2.2
-
View: PAY_EMP_LOCAL_TAX_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_LOCAL_TAX_V1, object_name:PAY_EMP_LOCAL_TAX_V1, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_EMP_LOCAL_TAX_V1 ,
-
VIEW: APPS.PAY_US_EMP_CITY_TAX_RULES_V
12.2.2
-
View: PAY_EMP_LOCAL_TAX_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_EMP_LOCAL_TAX_V1, object_name:PAY_EMP_LOCAL_TAX_V1, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_EMP_LOCAL_TAX_V1 ,
-
VIEW: APPS.PAY_US_EMP_CITY_TAX_RULES_V
12.1.1
-
VIEW: APPS.HR_ADP_CITY_TAX_V
12.1.1
-
VIEW: APPS.HR_ADP_CITY_TAX_V
12.2.2
-
View: PAY_US_EMP_COUNTY_TAX_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_COUNTY_TAX_RULES_V, object_name:PAY_US_EMP_COUNTY_TAX_RULES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_COUNTY_TAX_RULES_V ,
-
View: PAY_US_EMP_COUNTY_TAX_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_COUNTY_TAX_RULES_V, object_name:PAY_US_EMP_COUNTY_TAX_RULES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_COUNTY_TAX_RULES_V ,
-
View: PAY_US_EMP_CITY_TAX_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_CITY_TAX_RULES_V, object_name:PAY_US_EMP_CITY_TAX_RULES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_CITY_TAX_RULES_V ,
-
View: HR_ADP_CITY_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_CITY_TAX_V, object_name:HR_ADP_CITY_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_CITY_TAX_V ,
-
View: PAY_US_EMP_CITY_TAX_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_CITY_TAX_RULES_V, object_name:PAY_US_EMP_CITY_TAX_RULES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_CITY_TAX_RULES_V ,
-
View: HR_ADP_CITY_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_CITY_TAX_V, object_name:HR_ADP_CITY_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_CITY_TAX_V ,
-
VIEW: APPS.HR_ADP_WORK_STATE_TAX_V
12.1.1
-
VIEW: APPS.HR_ADP_RESIDENT_STATE_TAX_V
12.1.1
-
VIEW: APPS.HR_ADP_WORK_STATE_TAX_V
12.2.2
-
VIEW: APPS.HR_ADP_RESIDENT_STATE_TAX_V
12.2.2
-
View: HR_ADP_WORK_STATE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_WORK_STATE_TAX_V, object_name:HR_ADP_WORK_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_WORK_STATE_TAX_V ,
-
View: HR_ADP_WORK_STATE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_WORK_STATE_TAX_V, object_name:HR_ADP_WORK_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_WORK_STATE_TAX_V ,
-
View: HR_ADP_RESIDENT_STATE_TAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_RESIDENT_STATE_TAX_V, object_name:HR_ADP_RESIDENT_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_RESIDENT_STATE_TAX_V ,
-
View: HR_ADP_RESIDENT_STATE_TAX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ADP_RESIDENT_STATE_TAX_V, object_name:HR_ADP_RESIDENT_STATE_TAX_V, status:VALID, product: PER - Human Resources , description: ADP payroll interface view , implementation_dba_data: APPS.HR_ADP_RESIDENT_STATE_TAX_V ,
-
APPS.HRDPP_CREATE_CITY_TAX_RULE SQL Statements
12.2.2
-
APPS.HRDPP_CREATE_COUNTY_TAX_RULE SQL Statements
12.1.1
-
APPS.HRDPP_CREATE_COUNTY_TAX_RULE SQL Statements
12.2.2
-
APPS.HRDPP_CREATE_CITY_TAX_RULE SQL Statements
12.1.1
-
APPS.HRDPP_UPDATE_CITY_TAX_RULE SQL Statements
12.1.1
-
APPS.HRDPP_UPDATE_COUNTY_TAX_RULE SQL Statements
12.1.1
-
APPS.HRDPP_UPDATE_CITY_TAX_RULE SQL Statements
12.2.2
-
APPS.HRDPP_UPDATE_COUNTY_TAX_RULE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.HRDPP_CREATE_COUNTY_TAX_RULE
12.1.1
-
PACKAGE BODY: APPS.HRDPP_UPDATE_COUNTY_TAX_RULE
12.2.2
-
PACKAGE BODY: APPS.HRDPP_UPDATE_CITY_TAX_RULE
12.1.1
-
PACKAGE BODY: APPS.HRDPP_CREATE_CITY_TAX_RULE
12.1.1
-
PACKAGE BODY: APPS.HRDPP_CREATE_CITY_TAX_RULE
12.2.2
-
PACKAGE BODY: APPS.HRDPP_CREATE_COUNTY_TAX_RULE
12.2.2
-
PACKAGE BODY: APPS.HRDPP_UPDATE_COUNTY_TAX_RULE
12.1.1
-
PACKAGE BODY: APPS.HRDPP_UPDATE_CITY_TAX_RULE
12.2.2
-
PACKAGE BODY: APPS.PAY_CTY_BUS
12.2.2
-
PACKAGE BODY: APPS.PAY_CNT_BUS
12.2.2
-
APPS.PAY_US_EMP_DT_TAX_RULES dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.PAY_US_EMP_DT_TAX_RULES dependencies on FND_LOOKUP_VALUES
12.1.1
-
PACKAGE BODY: APPS.PAY_CNT_BUS
12.1.1
-
PACKAGE BODY: APPS.PAY_CTY_BUS
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.HRDPP_CREATE_CITY_TAX_RULE dependencies on HR_PUMP_GET
12.2.2