Search Results what is the risk of low production efficiency
The PS_TEXT_HDR
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing textual data associated with various business entities. It serves as a header table for descriptive flexfields (DFFs), long text, and other free-form text entries across modules such as Financials, Supply Chain, and Human Capital Management. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Table Structure and Key Columns
The PS_TEXT_HDR
table consists of the following primary columns:
- TEXT_ID: A unique identifier for each text entry, often referenced by child tables like
PS_TEXT_DET
. - TEXT_TYPE: Specifies the category of text (e.g., DFF, memo, or user-defined).
- LAST_UPDATE_DATE and LAST_UPDATED_BY: Audit columns tracking modifications.
- CREATION_DATE and CREATED_BY: Metadata for record origination.
- LANGUAGE: Supports multilingual entries (e.g., 'US' for English).
Functional Role in Oracle EBS
1. Descriptive Flexfields (DFFs): Stores header-level attributes for DFFs, enabling customization of forms without code changes. For example, adding a "Project Notes" field to a Purchase Order.
2. Long Text Management: Facilitates storage of extensive text (e.g., contract terms or item descriptions) linked to transactions via TEXT_ID
.
3. Integration with Other Tables: Child tables like PS_TEXT_DET
hold detailed text lines, while foreign keys in transactional tables (e.g., PO_HEADERS_ALL
) reference TEXT_ID
.
Technical Considerations
- Indexing: The TEXT_ID
column is typically indexed for performance optimization in joins.
- Partitioning: In high-volume environments, partitioning by TEXT_TYPE
or date ranges may be implemented.
- API Usage: Oracle provides PL/SQL APIs (e.g., FND_FLEX_DESC_API
) to interact with text data programmatically.
Example Use Case
In Accounts Payable, a user adds a custom note to an invoice via a DFF. The system:
- Generates a new
TEXT_ID
inPS_TEXT_HDR
. - Stores the note text in
PS_TEXT_DET
. - Links the invoice record in
AP_INVOICES_ALL
to theTEXT_ID
.
Version-Specific Behavior
- EBS 12.1.1: Basic DFF support with limited multilingual capabilities.
- EBS 12.2.2: Enhanced Unicode compliance and improved text search via Oracle Text.
Best Practices
- Regularly purge obsolete text entries to maintain performance.
- Use Oracle's standard APIs for text manipulation to avoid data corruption.
- Leverage TEXT_TYPE
for efficient query filtering.
In summary, PS_TEXT_HDR
is a foundational component in Oracle EBS for managing flexible text data, enabling customization and compliance with diverse business requirements while maintaining referential integrity across modules.
-
File: GMP_11i_Master Production Scheduling.pdf
12.2.2
product: GMP - Process Manufacturing Process Planning , size: 15.227 KBytes , file_type: PDF Diagram ,
-
File: GMP_11i_Master Production Scheduling.pdf
12.1.1
product: GMP - Process Manufacturing Process Planning , size: 15.227 KBytes , file_type: PDF Diagram ,
-
View: CR_RSRC_MST_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.CR_RSRC_MST_VL, object_name:CR_RSRC_MST_VL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource Master view , implementation_dba_data: APPS.CR_RSRC_MST_VL ,
-
View: CR_RSRC_MST_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.CR_RSRC_MST_VL, object_name:CR_RSRC_MST_VL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource Master view , implementation_dba_data: APPS.CR_RSRC_MST_VL ,
-
Lookup Type: MRP_MSG_IND
12.1.1
product: GMP - Process Manufacturing Process Planning , meaning: MRP Message Indicator , description: MRP Message Indicator ,
-
Lookup Type: MRP_MSG_IND
12.2.2
product: GMP - Process Manufacturing Process Planning , meaning: MRP Message Indicator , description: MRP Message Indicator ,
-
Table: PS_TEXT_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.PS_TEXT_HDR, object_name:PS_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for Production Scheduling. , implementation_dba_data: GMP.PS_TEXT_HDR ,
-
Table: PS_TEXT_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.PS_TEXT_HDR, object_name:PS_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for Production Scheduling. , implementation_dba_data: GMP.PS_TEXT_HDR ,
-
View: GMP_PLAN_ORGANIZATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_PLAN_ORGANIZATION_V, object_name:GMP_PLAN_ORGANIZATION_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: List of all Organizations from plan along with additional entry for All as organization. When All is selected, Planning Detail Report will consider all the organizations defined in the plan. , implementation_dba_data: APPS.GMP_PLAN_ORGANIZATION_V ,
-
View: GMP_PLAN_ORGANIZATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_PLAN_ORGANIZATION_V, object_name:GMP_PLAN_ORGANIZATION_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: List of all Organizations from plan along with additional entry for All as organization. When All is selected, Planning Detail Report will consider all the organizations defined in the plan. , implementation_dba_data: APPS.GMP_PLAN_ORGANIZATION_V ,
-
Table: MR_PEGG_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_PEGG_TBL, object_name:MR_PEGG_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Pegging table. Pegging of demands to the shortage warnings is done , implementation_dba_data: GMP.MR_PEGG_TBL ,
-
Table: MR_PEGG_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_PEGG_TBL, object_name:MR_PEGG_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Pegging table. Pegging of demands to the shortage warnings is done , implementation_dba_data: GMP.MR_PEGG_TBL ,
-
Table: GMP_PLANT_RSRC_PARAMETERS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PLANT_RSRC_PARAMETERS, object_name:GMP_PLANT_RSRC_PARAMETERS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Generic Resources , implementation_dba_data: GMP.GMP_PLANT_RSRC_PARAMETERS ,
-
Table: GMP_PROCESS_PARAMETER_SETS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SETS, object_name:GMP_PROCESS_PARAMETER_SETS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Parameter Sets , implementation_dba_data: GMP.GMP_PROCESS_PARAMETER_SETS ,
-
Table: RH_PARM_TYP
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.RH_PARM_TYP, object_name:RH_PARM_TYP, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Master table for storing parameters and their default values. During installation of a schedule the parameters are copied from here. , implementation_dba_data: GMP.RH_PARM_TYP ,
-
Table: GMP_PROCESS_PARAMETER_SETS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SETS, object_name:GMP_PROCESS_PARAMETER_SETS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Parameter Sets , implementation_dba_data: GMP.GMP_PROCESS_PARAMETER_SETS ,
-
Table: GMP_PLANT_RSRC_PARAMETERS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PLANT_RSRC_PARAMETERS, object_name:GMP_PLANT_RSRC_PARAMETERS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Generic Resources , implementation_dba_data: GMP.GMP_PLANT_RSRC_PARAMETERS ,
-
Table: RH_PARM_TYP
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.RH_PARM_TYP, object_name:RH_PARM_TYP, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Master table for storing parameters and their default values. During installation of a schedule the parameters are copied from here. , implementation_dba_data: GMP.RH_PARM_TYP ,
-
Table: GMP_RESOURCE_PARAMETERS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_RESOURCE_PARAMETERS, object_name:GMP_RESOURCE_PARAMETERS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Generic Resources , implementation_dba_data: GMP.GMP_RESOURCE_PARAMETERS ,
-
Table: GMP_RESOURCE_PARAMETERS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_RESOURCE_PARAMETERS, object_name:GMP_RESOURCE_PARAMETERS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Generic Resources , implementation_dba_data: GMP.GMP_RESOURCE_PARAMETERS ,
-
Table: MR_SIZE_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SIZE_TBL, object_name:MR_SIZE_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP runs sizing. MRP allocates memory based on max number of rows mentioned in this table. The values are updated when a MRP Run gets rows more than mentioned in this table. , implementation_dba_data: GMP.MR_SIZE_TBL ,
-
Table: MR_SIZE_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SIZE_TBL, object_name:MR_SIZE_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: MRP runs sizing. MRP allocates memory based on max number of rows mentioned in this table. The values are updated when a MRP Run gets rows more than mentioned in this table. , implementation_dba_data: GMP.MR_SIZE_TBL ,
-
View: GMP_PDR_BUYER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_PDR_BUYER_V, object_name:GMP_PDR_BUYER_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Unique list of buyers from msc_system_items in each organization for an instance and plan , implementation_dba_data: APPS.GMP_PDR_BUYER_V ,
-
View: GMP_PDR_BUYER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_PDR_BUYER_V, object_name:GMP_PDR_BUYER_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Unique list of buyers from msc_system_items in each organization for an instance and plan , implementation_dba_data: APPS.GMP_PDR_BUYER_V ,
-
Table: MR_UBKT_DTL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_UBKT_DTL, object_name:MR_UBKT_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: This table is a 'temporary table' in the sense that data is deleted with each MRP run and there were issues running the reports with PK, therefore it was removed. , implementation_dba_data: GMP.MR_UBKT_DTL ,
-
Table: MR_UBKT_DTL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_UBKT_DTL, object_name:MR_UBKT_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: This table is a 'temporary table' in the sense that data is deleted with each MRP run and there were issues running the reports with PK, therefore it was removed. , implementation_dba_data: GMP.MR_UBKT_DTL ,
-
File: GMP_Tables.html
12.1.1
product: GMP - Process Manufacturing Process Planning , size: 599.668 KBytes , file_type: HTML Report , description: GMP_Tables.html is an html report that documents the table and view definitions for the GMP product. ,
-
File: GMP_Tables.html
12.2.2
product: GMP - Process Manufacturing Process Planning , size: 602.874 KBytes , file_type: HTML Report , description: GMP_Tables.html is an html report that documents the table and view definitions for the GMP product. ,
-
File: GMPProduct_Dependencies.html
12.1.1
product: GMP - Process Manufacturing Process Planning , size: 18.168 KBytes , file_type: HTML Report , description: GMPProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMP product. ,
-
File: GMP_Dependencies.html
12.2.2
product: GMP - Process Manufacturing Process Planning , size: 147.458 KBytes , file_type: HTML Report , description: GMP_Dependencies.html is an html report that documents dependencies to tables and views in the GMP product. ,
-
File: GMPProduct_Dependencies.html
12.2.2
product: GMP - Process Manufacturing Process Planning , size: 17.243 KBytes , file_type: HTML Report , description: GMPProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMP product. ,
-
File: GMP_Dependencies.html
12.1.1
product: GMP - Process Manufacturing Process Planning , size: 148.353 KBytes , file_type: HTML Report , description: GMP_Dependencies.html is an html report that documents dependencies to tables and views in the GMP product. ,
-
View: GMP_MFG_TIME_WEEKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_MFG_TIME_WEEKS_V, object_name:GMP_MFG_TIME_WEEKS_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: The query selects all calendar defined in OPM process manufacturing module and prepare week data for GMP_SR_MFG_TIME_V view.This view is internally used by GMP_SR_MFG_TIME_V. In short it is a supporting view. , implementation_dba_data: APPS.GMP_MFG_TIME_WEEKS_V ,
-
View: GMP_MFG_TIME_WEEKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_MFG_TIME_WEEKS_V, object_name:GMP_MFG_TIME_WEEKS_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: The query selects all calendar defined in OPM process manufacturing module and prepare week data for GMP_SR_MFG_TIME_V view.This view is internally used by GMP_SR_MFG_TIME_V. In short it is a supporting view. , implementation_dba_data: APPS.GMP_MFG_TIME_WEEKS_V ,
-
Concurrent Program: GMPRELMR
12.1.1
execution_filename: gmp_mrp_auto_rel_pkg.perform_auto_release , product: GMP - Process Manufacturing Process Planning , user_name: GMPRELMR , description: Auto Release of Planning Suggestions for MRP , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMPRELMR
12.2.2
execution_filename: gmp_mrp_auto_rel_pkg.perform_auto_release , product: GMP - Process Manufacturing Process Planning , user_name: GMPRELMR , description: Auto Release of Planning Suggestions for MRP , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMPRELAP
12.1.1
execution_filename: GMPRELAP.implement_aps_plng_sugg , product: GMP - Process Manufacturing Process Planning , user_name: GMPRELAP , description: Auto Release of Planning suggestions for APS , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: GMPRELAP
12.2.2
execution_filename: GMPRELAP.implement_aps_plng_sugg , product: GMP - Process Manufacturing Process Planning , user_name: GMPRELAP , description: Auto Release of Planning suggestions for APS , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: RIPS1USR
12.1.1
execution_filename: RIPS1USR , product: GMP - Process Manufacturing Process Planning , user_name: RIPS1USR , description: Material Activity Report of OPM PS , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: MRPDEUSR
12.2.2
execution_filename: MRPDEUSR , product: GMP - Process Manufacturing Process Planning , user_name: MRPDEUSR , description: Reorder Point Report of OPM PS , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIMR1USR
12.1.1
execution_filename: RIMR1USR , product: GMP - Process Manufacturing Process Planning , user_name: RIMR1USR , description: MRP Material Activity Report of OPM MRP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIPS2USR
12.1.1
execution_filename: RIPS2USR , product: GMP - Process Manufacturing Process Planning , user_name: RIPS2USR , description: Bucketed Material Inquiry Report of OPM PS , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIMR2USR
12.1.1
execution_filename: RIMR2USR , product: GMP - Process Manufacturing Process Planning , user_name: RIMR2USR , description: MRP Bucketed Material Activity Report of OPM MRP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIMRAUSR
12.1.1
execution_filename: RIMRAUSR , product: GMP - Process Manufacturing Process Planning , user_name: RIMRAUSR , description: MRP Action Messages Report of OPM MRP , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: MRPDEUSR
12.1.1
execution_filename: MRPDEUSR , product: GMP - Process Manufacturing Process Planning , user_name: MRPDEUSR , description: Reorder Point Report of OPM PS , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIMR2USR
12.2.2
execution_filename: RIMR2USR , product: GMP - Process Manufacturing Process Planning , user_name: RIMR2USR , description: MRP Bucketed Material Activity Report of OPM MRP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RIPS1USR
12.2.2
execution_filename: RIPS1USR , product: GMP - Process Manufacturing Process Planning , user_name: RIPS1USR , description: Material Activity Report of OPM PS , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: MRR03
12.2.2
execution_filename: MRR03 , product: GMP - Process Manufacturing Process Planning , user_name: MRR03 , description: MRP Error Messages Report of OPM MRP , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: MRR03
12.1.1
execution_filename: MRR03 , product: GMP - Process Manufacturing Process Planning , user_name: MRR03 , description: MRP Error Messages Report of OPM MRP , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: RIMR1USR
12.2.2
execution_filename: RIMR1USR , product: GMP - Process Manufacturing Process Planning , user_name: RIMR1USR , description: MRP Material Activity Report of OPM MRP , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,