Search Results psb_data_extracts
Overview
The table PSB_DATA_EXTRACTS is a core definitional table within the Oracle E-Business Suite (EBS) module Public Sector Budgeting (PSB), which is documented as obsolete. It serves as the master repository for data extract definitions. In the PSB architecture, a data extract is a fundamental partitioning mechanism, acting as a logical container that segments all position-related budgeting data. This partitioning is critical for managing and processing budget information in large, complex public sector organizations, allowing data to be isolated and manipulated by specific extracts for operations like budgeting, forecasting, and reporting. Its role is to establish the context and boundaries for a distinct set of budget data.
Key Information Stored
While the provided ETRM excerpt does not list specific columns beyond key identifiers, the structure and relationships indicate the table stores essential metadata for each extract definition. The primary key, DATA_EXTRACT_ID, uniquely identifies each extract record. Critical foreign keys, such as SET_OF_BOOKS_ID (linking to GL_SETS_OF_BOOKS) and BUDGET_GROUP_ID (linking to PSB_BUDGET_GROUPS), define the accounting and organizational context for the data extract. It is logical to infer the table also contains descriptive columns like NAME, DESCRIPTION, STATUS, and effective date ranges (START_DATE, END_DATE) to manage the extract's lifecycle and usage within the budgeting system.
Common Use Cases and Queries
The primary use case is the administration and execution of budget data processes segmented by extract. Common operational queries would involve listing active extracts for a specific set of books or validating the existence of an extract before running a budget process. For reporting and integration, a typical pattern is to join this table to various position data tables to filter results for a specific extract context. A foundational query to retrieve extract definitions with their ledger context would be:
SELECT de.DATA_EXTRACT_ID, de.NAME, sob.NAME SET_OF_BOOKS
FROM PSB_DATA_EXTRACTS de,
GL_SETS_OF_BOOKS sob
WHERE de.SET_OF_BOOKS_ID = sob.SET_OF_BOOKS_ID
AND de.STATUS = 'ACTIVE';
Another critical use case is data integrity validation, ensuring that child records (e.g., positions, employees) have a valid parent DATA_EXTRACT_ID.
Related Objects
PSB_DATA_EXTRACTS has a central relationship with numerous transactional and setup tables in the PSB module, as documented by its foreign key constraints. The DATA_EXTRACT_ID column is referenced as a foreign key in the following tables, demonstrating its role as a partitioning key for all position-related data:
- PSB_ACCOUNT_POSITION_SETS (via DATA_EXTRACT_ID)
- PSB_ATTRIBUTE_VALUES_I (via DATA_EXTRACT_ID)
- PSB_BUDGET_POSITIONS (via DATA_EXTRACT_ID)
- PSB_BUDGET_WORKFLOW_RULES (via DATA_EXTRACT_ID)
- PSB_COST_DISTRIBUTIONS_I (via DATA_EXTRACT_ID)
- PSB_EMPLOYEES_I (via DATA_EXTRACT_ID)
- PSB_EMPLOYEE_ASSIGNMENTS_I (via DATA_EXTRACT_ID)
- PSB_PAY_ELEMENTS (via DATA_EXTRACT_ID)
- PSB_POSITIONS (via DATA_EXTRACT_ID)
- PSB_POSITION_PAY_DISTRIBUTIONS (via DATA_EXTRACT_ID)
Furthermore, it holds foreign key relationships to parent setup tables:
- GL_SETS_OF_BOOKS_11I (via SET_OF_BOOKS_ID)
- PSB_BUDGET_GROUPS (via BUDGET_GROUP_ID)
-
Table: PSB_DATA_EXTRACTS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_DATA_EXTRACTS, object_name:PSB_DATA_EXTRACTS, status:VALID, product: PSB - Public Sector Budgeting , description: Data extract definitions. All position related data are partitioned by data extract. , implementation_dba_data: PSB.PSB_DATA_EXTRACTS ,
-
Table: PSB_POSITION_PAY_DISTRIBUTIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_POSITION_PAY_DISTRIBUTIONS, object_name:PSB_POSITION_PAY_DISTRIBUTIONS, status:VALID, product: PSB - Public Sector Budgeting , description: Position cost distribution rules , implementation_dba_data: PSB.PSB_POSITION_PAY_DISTRIBUTIONS ,
-
Table: PSB_EMPLOYEES_I
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_EMPLOYEES_I, object_name:PSB_EMPLOYEES_I, status:VALID, product: PSB - Public Sector Budgeting , description: Interface table for PSB_EMPLOYEES , implementation_dba_data: PSB.PSB_EMPLOYEES_I ,
-
Table: PSB_ATTRIBUTE_VALUES_I
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ATTRIBUTE_VALUES_I, object_name:PSB_ATTRIBUTE_VALUES_I, status:VALID, product: PSB - Public Sector Budgeting , description: Interface table for PSB_ATTRIBUTE_VALUES , implementation_dba_data: PSB.PSB_ATTRIBUTE_VALUES_I ,
-
Table: PSB_ACCOUNT_POSITION_SETS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_ACCOUNT_POSITION_SETS, object_name:PSB_ACCOUNT_POSITION_SETS, status:VALID, product: PSB - Public Sector Budgeting , description: Account set and position set definitions , implementation_dba_data: PSB.PSB_ACCOUNT_POSITION_SETS ,
-
Table: PSB_POSITIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_POSITIONS, object_name:PSB_POSITIONS, status:VALID, product: PSB - Public Sector Budgeting , description: Position definition , implementation_dba_data: PSB.PSB_POSITIONS ,
-
Table: PSB_COST_DISTRIBUTIONS_I
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_COST_DISTRIBUTIONS_I, object_name:PSB_COST_DISTRIBUTIONS_I, status:VALID, product: PSB - Public Sector Budgeting , description: Interface table for Position salary distributions , implementation_dba_data: PSB.PSB_COST_DISTRIBUTIONS_I ,
-
View: PSBFV_POSITION_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_SETS, object_name:PSBFV_POSITION_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_POSITION_SETS ,
-
Table: PSB_EMPLOYEE_ASSIGNMENTS_I
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_EMPLOYEE_ASSIGNMENTS_I, object_name:PSB_EMPLOYEE_ASSIGNMENTS_I, status:VALID, product: PSB - Public Sector Budgeting , description: Interface table for Position assignments , implementation_dba_data: PSB.PSB_EMPLOYEE_ASSIGNMENTS_I ,
-
View: PSBBV_POSITION_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_POSITION_SET_LISTS, object_name:PSBBV_POSITION_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_POSITION_SET_LISTS ,
-
View: PSBBV_POSITION_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_POSITION_SETS, object_name:PSBBV_POSITION_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_POSITION_SETS ,
-
Table: PSB_BUDGET_POSITIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_POSITIONS, object_name:PSB_BUDGET_POSITIONS, status:VALID, product: PSB - Public Sector Budgeting , description: Expanded list of positions in a position set , implementation_dba_data: PSB.PSB_BUDGET_POSITIONS ,
-
Table: PSB_BUDGET_GROUPS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_GROUPS, object_name:PSB_BUDGET_GROUPS, status:VALID, product: PSB - Public Sector Budgeting , description: Budget group information , implementation_dba_data: PSB.PSB_BUDGET_GROUPS ,
-
View: PSBFV_POSITION_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITION_SET_LISTS, object_name:PSBFV_POSITION_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , description: 10sc only , implementation_dba_data: APPS.PSBFV_POSITION_SET_LISTS ,
-
Table: 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, product: PSB - Public Sector Budgeting , description: Pay element definitions , implementation_dba_data: PSB.PSB_PAY_ELEMENTS ,
-
View: PSBFV_DEFAULT_RULES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_DEFAULT_RULES, object_name:PSBFV_DEFAULT_RULES, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_DEFAULT_RULES ,
-
Table: PSB_BUDGET_WORKFLOW_RULES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_WORKFLOW_RULES, object_name:PSB_BUDGET_WORKFLOW_RULES, status:VALID, product: PSB - Public Sector Budgeting , description: Budget workflow rule definitions , implementation_dba_data: PSB.PSB_BUDGET_WORKFLOW_RULES ,
-
View: PSB_DEFAULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_DEFAULTS_V, object_name:PSB_DEFAULTS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_DEFAULTS_V ,
-
View: PSBBV_DATA_EXTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_DATA_EXTRACTS, object_name:PSBBV_DATA_EXTRACTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_DATA_EXTRACTS ,
-
View: PSBFV_PARAMETERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_PARAMETERS, object_name:PSBFV_PARAMETERS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_PARAMETERS ,
-
View: PSBFV_CONSTRAINT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_CONSTRAINT_SETS, object_name:PSBFV_CONSTRAINT_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_CONSTRAINT_SETS ,
-
View: PSBFV_CONSTRAINTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_CONSTRAINTS, object_name:PSBFV_CONSTRAINTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_CONSTRAINTS ,
-
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: PSBFV_DATA_EXTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_DATA_EXTRACTS, object_name:PSBFV_DATA_EXTRACTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_DATA_EXTRACTS ,
-
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: PSB_ACCOUNT_POSITION_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_ACCOUNT_POSITION_SETS_V, object_name:PSB_ACCOUNT_POSITION_SETS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_ACCOUNT_POSITION_SETS_V ,
-
View: PSB_DSS_FILTERS_V
12.1.1
product: PSB - Public Sector Budgeting , implementation_dba_data: Not implemented in this database ,
-
View: PSB_WS_FOLDER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_FOLDER_V, object_name:PSB_WS_FOLDER_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WS_FOLDER_V ,
-
View: PSB_BUDGET_WORKFLOW_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_WORKFLOW_RULES_V, object_name:PSB_BUDGET_WORKFLOW_RULES_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_BUDGET_WORKFLOW_RULES_V ,
-
View: PSB_POSITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_POSITIONS_V, object_name:PSB_POSITIONS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_POSITIONS_V ,
-
View: PSB_DSS_DIMENSIONS_V
12.1.1
product: PSB - Public Sector Budgeting , implementation_dba_data: Not implemented in this database ,
-
View: PSB_ERROR_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_ERROR_REQUESTS_V, object_name:PSB_ERROR_REQUESTS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_ERROR_REQUESTS_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: PSBFV_BUDGET_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_WORKSHEETS, object_name:PSBFV_BUDGET_WORKSHEETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_BUDGET_WORKSHEETS ,
-
View: PSB_WS_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WS_SUMMARY_V, object_name:PSB_WS_SUMMARY_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WS_SUMMARY_V ,
-
View: PSB_WORKSHEETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WORKSHEETS_V, object_name:PSB_WORKSHEETS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WORKSHEETS_V ,
-
View: PSBFV_POSITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_POSITIONS, object_name:PSBFV_POSITIONS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_POSITIONS ,