Search Results salary_flag
Overview
APPS.PSB_POSITION_ASSIGN_ELEMENT_V is a supplementary Oracle E-Business Suite view owned by the APPS schema and registered under the FND design data reference PSB.PSB_POSITION_ASSIGN_ELEMENT_V. It presents pay element assignments linked to position-based assignment records used by the PSB (Public Sector/Position Budgeting) product family, exposing the intersection of position assignment data and payroll element configuration. The view carries a VALID status and is classified as a supplementary view whose stated purpose is to simplify forms coding within the application. Oracle explicitly warns that this object is not intended to be queried or used to alter data directly, and that its structure may change substantially across minor or major releases. Because of this, the view should be treated as an internal implementation artifact rather than a stable public interface.
For the user search term "salary_flag," the view is directly relevant: SALARY_FLAG is one of the 32 columns exposed, alongside related salary attributes such as SALARY_TYPE, ELEMENT_VALUE_TYPE, PAY_BASIS, and GRADE_STEP.
Underlying Base Objects
The ETRM metadata documents no referenced base objects for this view, and the dependency section is truncated. Based on the column set and the APPS.PSB_ prefix, the view is built over PSB position assignment element tables and joined to payroll element definition tables (such as PAY_ELEMENT_TYPES_F and PAY_ELEMENT_OPTIONS, from which ELEMENT_NAME and OPTION_NAME are derived), plus assignment/position tables providing POSITION_ID and EMPLOYEE_ID. The ROW_ID column confirms a ROWID-based key, typical of a view constructed with a form-block identifier. Common keys threading the view together include POSITION_ASSIGNMENT_ID, DATA_EXTRACT_ID, WORKSHEET_ID, PAY_ELEMENT_ID, PAY_ELEMENT_OPTION_ID, PAY_ELEMENT_RATE_ID, and ASSIGNMENT_DEFAULT_RULE_ID, which are the foreign keys linking it back to those base tables.
Key Columns
- SALARY_FLAG — the column matching the search term; indicates whether the element assignment is treated as a salary component.
- SALARY_TYPE (VARCHAR2(10)) — categorises the salary nature of the assignment.
- ELEMENT_VALUE_TYPE / ELEMENT_VALUE — the value type and numeric value of the assigned element.
- PAY_BASIS (10) and CURRENCY_CODE (15) — payment frequency basis and currency of the value.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — effective dating window of the assignment.
- GLOBAL_DEFAULT_FLAG, OVERWRITE_FLAG, MODIFY_FLAG, OPTION_FLAG — control flags governing defaulting and override behaviour.
- GRADE_STEP and SEQUENCE_NUMBER — numeric ordering and grade step reference.
- ELEMENT_NAME (30) and OPTION_NAME (80) — resolved descriptive names from the payroll element definitions.
- WHO columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE.
Common Use Cases and Queries
Typical use cases include salary-element analysis for a position assignment, verification of defaulting rules, and reconciliation of element values across worksheets. A representative query filtering on the searched attribute is:
SELECT POSITION_ASSIGNMENT_ID, POSITION_ID, EMPLOYEE_ID,
ELEMENT_NAME, OPTION_NAME, ELEMENT_VALUE,
SALARY_FLAG, SALARY_TYPE, PAY_BASIS, CURRENCY_CODE
FROM APPS.PSB_POSITION_ASSIGN_ELEMENT_V
WHERE SALARY_FLAG = 'Y'
AND TRUNC(SYSDATE) BETWEEN EFFECTIVE_START_DATE AND EFFECTIVE_END_DATE;
Because Oracle advises against direct reliance on this view, production reporting should preferentially use the underlying payroll elements and PSB base tables. Where the view must be used, queries should always apply effective-date filtering and should be re-validated after any EBS patch or upgrade, since column semantics and availability can change between releases.
-
VIEW: APPS.PSB_POSITION_ASSIGN_ELEMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_ASSIGN_ELEMENT_V, object_name:PSB_POSITION_ASSIGN_ELEMENT_V, status:VALID,
-
View: PSB_POSITION_ASSIGN_SALARY_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_POSITION_ASSIGN_SALARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_ASSIGN_SALARY_V, object_name:PSB_POSITION_ASSIGN_SALARY_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_POSITION_ASSIGN_SALARY_V ,
-
VIEW: APPS.PSB_DEFAULT_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_DEFAULT_ASSIGNMENTS_V, object_name:PSB_DEFAULT_ASSIGNMENTS_V, status:VALID,
-
VIEW: APPS.PSB_POSITION_ASSIGN_SALARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_ASSIGN_SALARY_V, object_name:PSB_POSITION_ASSIGN_SALARY_V, status:VALID,
-
View: PSBBV_PAY_ELEMENTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSB_POSITION_ASSIGN_SALARY_V
12.1.1
-
VIEW: APPS.PSB_PAY_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_PAY_ELEMENTS_V, object_name:PSB_PAY_ELEMENTS_V, status:VALID,
-
View: PSBBV_PAY_ELEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_PAY_ELEMENTS, object_name:PSBBV_PAY_ELEMENTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_PAY_ELEMENTS ,
-
View: PSBFV_PAY_ELEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_PAY_ELEMENTS, object_name:PSBFV_PAY_ELEMENTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_PAY_ELEMENTS ,
-
VIEW: APPS.PSBBV_PAY_ELEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_PAY_ELEMENTS, object_name:PSBBV_PAY_ELEMENTS, status:VALID,
-
View: PSBFV_PAY_ELEMENTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_POSITION_ASSIGN_ELEMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITION_ASSIGN_ELEMENT_V, object_name:PSB_POSITION_ASSIGN_ELEMENT_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_POSITION_ASSIGN_ELEMENT_V ,
-
VIEW: APPS.PSBFV_PAY_ELEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_PAY_ELEMENTS, object_name:PSBFV_PAY_ELEMENTS, status:VALID,
-
View: PSB_POSITION_ASSIGN_ELEMENT_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_DEFAULT_ASSIGNMENTS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_DEFAULT_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_DEFAULT_ASSIGNMENTS_V, object_name:PSB_DEFAULT_ASSIGNMENTS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_DEFAULT_ASSIGNMENTS_V ,
-
View: PSB_PAY_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_PAY_ELEMENTS_V, object_name:PSB_PAY_ELEMENTS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_PAY_ELEMENTS_V ,
-
View: PSB_PAY_ELEMENTS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: PSB.PSB_PAY_ELEMENTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_PAY_ELEMENTS, object_name:PSB_PAY_ELEMENTS, status:VALID,
-
APPS.PSB_PAY_ELEMENTS_PVT SQL Statements
12.1.1
-
APPS.PSB_POSITIONS_PVT SQL Statements
12.1.1
-
APPS.PSB_COPY_DATA_EXTRACT_PVT SQL Statements
12.1.1
-
APPS.PSB_WS_POS1 SQL Statements
12.1.1
-
APPS.PSB_ENTITY_SET_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.PSB_WS_POS1
12.1.1
-
APPS.PSB_EXCEL2_PVT dependencies on PSB_WS_POS1
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
PACKAGE BODY: APPS.PSB_PAY_ELEMENTS_PVT
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_POSITION_ASSIGN_ELEMENT_V
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT dependencies on PSB_WS_POS1
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_POSITIONS_PVT
12.1.1
-
APPS.PSB_ENTITY_SET_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT SQL Statements
12.1.1
-
APPS.PSB_COPY_DATA_EXTRACT_PVT dependencies on PSB_PAY_ELEMENTS
12.1.1
-
PACKAGE BODY: APPS.PSB_POSITIONS_PVT
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_POSITIONS
12.1.1
-
PACKAGE BODY: APPS.PSB_COPY_DATA_EXTRACT_PVT
12.1.1
-
PACKAGE BODY: APPS.PSB_EXCEL2_PVT
12.1.1
-
PACKAGE BODY: APPS.PSB_WS_POS1
12.1.1
-
PACKAGE BODY: APPS.PSB_WS_POS2
12.1.1
-
PACKAGE BODY: APPS.PSB_BUDGET_REVISIONS_PVT
12.1.1
-
APPS.PSB_POSITIONS_PVT dependencies on PSB_POSITION_ASSIGNMENTS
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PSB_ENTITY_SET_PVT
12.1.1
-
eTRM - PSB Tables and Views
12.1.1
description: User profiles for a worksheet ,
-
APPS.PSB_WS_POS1 dependencies on PSB_WS_ACCT1
12.1.1
-
APPS.PSB_WS_POS2 dependencies on PSB_WS_POS1
12.1.1
-
PACKAGE BODY: APPS.PSB_HR_POPULATE_DATA_PVT
12.1.1
-
APPS.PSB_WS_POS2 dependencies on FND_API
12.1.1