Search Results oracle jgzz_fiscal_code
The ICX_POR_ORACLE_ITEM_SUBTABLE is a critical table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, primarily associated with the iProcurement (iProc) module and the Procurement Online Requisition (POR) functionality. This table serves as a subordinate or child table that stores supplementary item-related data, often linked to requisition lines or catalog items, enabling extended attributes, configurations, or additional metadata for procurement transactions. Below is a detailed analysis of its purpose, structure, and integration within Oracle EBS.
Purpose and Functional Context
The ICX_POR_ORACLE_ITEM_SUBTABLE table is designed to support complex procurement scenarios where standard item attributes (stored in tables like PO_REQUISITION_LINES_ALL
or MTL_SYSTEM_ITEMS_B
) are insufficient. It captures extended item details, such as:
- Configurable Item Data: For items with dynamic attributes (e.g., color, size) in punchout catalogs or internal setups.
- Additional Metadata: Supplemental information like supplier-specific notes, compliance details, or user-defined fields.
- Integration Data: Temporary or intermediate values during requisition import/export processes.
This table is often referenced in conjunction with the ICX_POR_ITEMS_INTERFACE
or ICX_CAT_ITEMS_V
views, facilitating seamless data flow between iProcurement and other EBS modules like Inventory (INV) or Purchasing (PO).
Table Structure and Key Columns
While the exact schema may vary slightly between EBS 12.1.1 and 12.2.2, the table typically includes the following key columns:
Column Name | Data Type | Description |
---|---|---|
ITEM_ID | NUMBER | Foreign key linking to the parent item record (e.g., in MTL_SYSTEM_ITEMS_B ). |
SUB_TABLE_ID | NUMBER | Primary key identifier for the subtable entry. |
ATTRIBUTE_NAME | VARCHAR2 | Name of the extended attribute (e.g., "CONFIG_CODE"). |
ATTRIBUTE_VALUE | VARCHAR2 | Value assigned to the attribute. |
CREATION_DATE | DATE | Timestamp when the record was created. |
LAST_UPDATE_DATE | DATE | Timestamp of the last modification. |
Additional columns may include context-specific fields like ORG_ID
(for multi-org support) or REQUISITION_LINE_ID
for requisition linkage.
Integration with Oracle EBS Modules
The ICX_POR_ORACLE_ITEM_SUBTABLE integrates with several EBS components:
- iProcurement: Stores item configurations during requisition creation, especially for punchout catalogs or complex items.
- Purchasing (PO): Passes extended attributes to purchase orders via the
PO_REQUISITION_INTERFACE
table. - Inventory (INV): References item master data while preserving supplemental details not captured in
MTL_SYSTEM_ITEMS_B
.
Customization and Extensibility
In implementations requiring custom item attributes, this table can be extended or leveraged via Oracle's Open Interface Tables or PL/SQL APIs. For example:
- Custom workflows may query this table to validate item configurations.
- Data migration scripts often populate it during catalog item imports.
Conclusion
The ICX_POR_ORACLE_ITEM_SUBTABLE is a pivotal yet often overlooked component in Oracle EBS procurement workflows. Its role in managing extended item attributes ensures flexibility for complex procurement scenarios, particularly in catalog-based requisitioning. Understanding its structure and relationships is essential for troubleshooting, reporting, or customizing iProcurement processes in EBS 12.1.1 and 12.2.2.
-
View: ICX_PANEL_CUSTOMER_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer Profile View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PANEL_CUSTOMER_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer Profile View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_RA_CUSTOMERS_V
12.1.1
product: ICX - Oracle iProcurement , description: Customer View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_RA_CUSTOMERS_V
12.2.2
product: ICX - Oracle iProcurement , description: Customer View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_SALESREP_CONTACTS_V
12.1.1
product: ICX - Oracle iProcurement , description: Web Customer Salesrep Contacts List View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_SALESREP_CONTACTS_V
12.2.2
product: ICX - Oracle iProcurement , description: Web Customer Salesrep Contacts List View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_CUSTOMER_CONTACTS_V
12.1.1
product: ICX - Oracle iProcurement , description: Web Customers Salesrep Customer Contacts List View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_CUSTOMER_CONTACTS_V
12.2.2
product: ICX - Oracle iProcurement , description: Web Customers Salesrep Customer Contacts List View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_CUSTOMER_ACCOUNT_V
12.1.1
product: ICX - Oracle iProcurement , description: Web Store Customer Account View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_CUSTOMER_ACCOUNT_V
12.2.2
product: ICX - Oracle iProcurement , description: Web Store Customer Account View , implementation_dba_data: Not implemented in this database ,
-
Concurrent Program: POXMPCAT
12.1.1
execution_filename: ICX_CAT_MAP_CATEGORIES.map_categories , product: ICX - Oracle iProcurement , user_name: Map Oracle Purchasing Categories , description: Map Oracle Purchasing Categories , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: POXMPCAT
12.2.2
execution_filename: ICX_CAT_MAP_CATEGORIES.map_categories , product: ICX - Oracle iProcurement , user_name: Map Oracle Purchasing Categories , description: Map Oracle Purchasing Categories , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: ICX_MIPR_STATUS
12.2.2
product: ICX - Oracle iProcurement , meaning: MIPR Status , description: MIPR Status ,
-
Lookup Type: ICX_CAT_DETAIL_ACCESS_METHOD
12.1.1
product: ICX - Oracle iProcurement , meaning: Catalog Detail Access Method ,
-
Lookup Type: ICX_CAT_DETAIL_ACCESS_METHOD
12.2.2
product: ICX - Oracle iProcurement , meaning: Catalog Detail Access Method ,
-
Table: ICX_POR_ORACLE_ITEM_SUBTABLE
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ORACLE_ITEM_SUBTABLE, object_name:ICX_POR_ORACLE_ITEM_SUBTABLE, status:VALID, product: ICX - Oracle iProcurement , description: Stores Oracle-specific reference information about a Catalog item. , implementation_dba_data: ICX.ICX_POR_ORACLE_ITEM_SUBTABLE ,
-
Table: ICX_POR_ORACLE_ITEM_SUBTABLE
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ORACLE_ITEM_SUBTABLE, object_name:ICX_POR_ORACLE_ITEM_SUBTABLE, status:VALID, product: ICX - Oracle iProcurement , description: Stores Oracle-specific reference information about a Catalog item. , implementation_dba_data: ICX.ICX_POR_ORACLE_ITEM_SUBTABLE ,
-
Table: ICX_QUESTIONS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_QUESTIONS, object_name:ICX_QUESTIONS, status:VALID, product: ICX - Oracle iProcurement , description: Defines question information for Asking Oracle plug , implementation_dba_data: ICX.ICX_QUESTIONS ,
-
Table: ICX_VERSIONS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_VERSIONS, object_name:ICX_VERSIONS, status:VALID, product: ICX - Oracle iProcurement , description: Current version table for Oracle Self Service Web Applications , implementation_dba_data: ICX.ICX_VERSIONS ,
-
Table: ICX_QUESTIONS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_QUESTIONS, object_name:ICX_QUESTIONS, status:VALID, product: ICX - Oracle iProcurement , description: Defines question information for Asking Oracle plug , implementation_dba_data: ICX.ICX_QUESTIONS ,
-
Table: ICX_VERSIONS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_VERSIONS, object_name:ICX_VERSIONS, status:VALID, product: ICX - Oracle iProcurement , description: Current version table for Oracle Self Service Web Applications , implementation_dba_data: ICX.ICX_VERSIONS ,
-
Lookup Type: ICX_CAT_PUNCHOUT_SOURCE
12.2.2
product: ICX - Oracle iProcurement , meaning: Punchout Source for Content Zone , description: The Source for Punchout ,
-
Lookup Type: ICX_CAT_PUNCHOUT_SOURCE
12.1.1
product: ICX - Oracle iProcurement , meaning: Punchout Source for Content Zone , description: The Source for Punchout ,
-
Table: ICX_POR_ITEMS_TL
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ITEMS_TL, object_name:ICX_POR_ITEMS_TL, status:VALID, product: ICX - Oracle iProcurement , description: Stores information and root descriptors for translatable data for each item in the catalog. Root descriptor columns are in the format Axxxx where xxxx is an integer. Some of the root descriptors are seeded by Oracle while others may be g , implementation_dba_data: ICX.ICX_POR_ITEMS_TL ,
-
Table: ICX_POR_ITEMS_TL
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ITEMS_TL, object_name:ICX_POR_ITEMS_TL, status:VALID, product: ICX - Oracle iProcurement , description: Stores information and root descriptors for translatable data for each item in the catalog. Root descriptor columns are in the format Axxxx where xxxx is an integer. Some of the root descriptors are seeded by Oracle while others may be g , implementation_dba_data: ICX.ICX_POR_ITEMS_TL ,
-
Table: ICX_POR_ITEMS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ITEMS, object_name:ICX_POR_ITEMS, status:VALID, product: ICX - Oracle iProcurement , description: Stores information and root descriptors for non translatable data for each item in the catalog. Root descriptor columns are in the format Axxxx where xxxx is an integer. Some of the root descriptors are seeded by Oracle while others may b , implementation_dba_data: ICX.ICX_POR_ITEMS ,
-
Table: ICX_POR_ITEMS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ITEMS, object_name:ICX_POR_ITEMS, status:VALID, product: ICX - Oracle iProcurement , description: Stores information and root descriptors for non translatable data for each item in the catalog. Root descriptor columns are in the format Axxxx where xxxx is an integer. Some of the root descriptors are seeded by Oracle while others may b , implementation_dba_data: ICX.ICX_POR_ITEMS ,
-
Table: ICX_CAT_ADV_SRCH_SETUP
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_ADV_SRCH_SETUP, object_name:ICX_CAT_ADV_SRCH_SETUP, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_ADV_SRCH_SETUP ,
-
Table: ICX_ENABLED_PLSQL
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_ENABLED_PLSQL, object_name:ICX_ENABLED_PLSQL, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_ENABLED_PLSQL ,
-
Table: POS_ASN_SHOP_CART_DETAILS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POS_ASN_SHOP_CART_DETAILS, object_name:POS_ASN_SHOP_CART_DETAILS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.POS_ASN_SHOP_CART_DETAILS ,
-
Table: ICX_CAT_DELETED_ATTRIBUTES
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_DELETED_ATTRIBUTES, object_name:ICX_CAT_DELETED_ATTRIBUTES, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_DELETED_ATTRIBUTES ,
-
Table: ICX_CAT_PRICE_LISTS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_PRICE_LISTS, object_name:ICX_CAT_PRICE_LISTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_PRICE_LISTS ,
-
Table: ICX_CAT_ITEM_SRC_DETAILS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_ITEM_SRC_DETAILS, object_name:ICX_CAT_ITEM_SRC_DETAILS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_ITEM_SRC_DETAILS ,
-
Table: ICX_CAT_ADV_SRCH_SETUP
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_ADV_SRCH_SETUP, object_name:ICX_CAT_ADV_SRCH_SETUP, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_ADV_SRCH_SETUP ,
-
Table: ICX_CAT_SCHEMA_VERSIONS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_SCHEMA_VERSIONS, object_name:ICX_CAT_SCHEMA_VERSIONS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_SCHEMA_VERSIONS ,
-
Table: POS_ACK_SELECT
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POS_ACK_SELECT, object_name:POS_ACK_SELECT, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.POS_ACK_SELECT ,
-
Table: ICX_CAT_POPULATE_CTX_GT
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_POPULATE_CTX_GT, object_name:ICX_CAT_POPULATE_CTX_GT, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_POPULATE_CTX_GT ,
-
Table: POS_ASN_SEARCH_RESULT
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POS_ASN_SEARCH_RESULT, object_name:POS_ASN_SEARCH_RESULT, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.POS_ASN_SEARCH_RESULT ,
-
Table: ICX_CAT_ITEM_SRC_DETAILS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_ITEM_SRC_DETAILS, object_name:ICX_CAT_ITEM_SRC_DETAILS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_ITEM_SRC_DETAILS ,
-
Table: ICX_CAT_SCHEMA_VERSIONS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_SCHEMA_VERSIONS, object_name:ICX_CAT_SCHEMA_VERSIONS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_SCHEMA_VERSIONS ,
-
Table: ICX_POR_EXT_QUERY
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_EXT_QUERY, object_name:ICX_POR_EXT_QUERY, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_POR_EXT_QUERY ,
-
Table: ICX_CAT_ITEMS_CTX_TLP
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_ITEMS_CTX_TLP, object_name:ICX_CAT_ITEMS_CTX_TLP, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_ITEMS_CTX_TLP ,
-
Table: POS_ACK_SELECT
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POS_ACK_SELECT, object_name:POS_ACK_SELECT, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.POS_ACK_SELECT ,
-
Table: POS_ASN_SEARCH_RESULT
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POS_ASN_SEARCH_RESULT, object_name:POS_ASN_SEARCH_RESULT, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.POS_ASN_SEARCH_RESULT ,
-
Table: ICX_CAT_STORE_CATALOGS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_STORE_CATALOGS, object_name:ICX_CAT_STORE_CATALOGS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_STORE_CATALOGS ,
-
Table: ICX_CAT_CATEGORY_ITEMS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_CATEGORY_ITEMS, object_name:ICX_CAT_CATEGORY_ITEMS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_CATEGORY_ITEMS ,
-
Table: ICX_ENABLED_PLSQL
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_ENABLED_PLSQL, object_name:ICX_ENABLED_PLSQL, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_ENABLED_PLSQL ,
-
Table: ICX_CAT_STORES_TL
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_STORES_TL, object_name:ICX_CAT_STORES_TL, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_STORES_TL ,
-
Table: ICX_CAT_UPLOAD_PRICE_DUMP
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_UPLOAD_PRICE_DUMP, object_name:ICX_CAT_UPLOAD_PRICE_DUMP, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_UPLOAD_PRICE_DUMP ,
-
Table: ICX_CAT_DELETED_ATTRIBUTES
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_CAT_DELETED_ATTRIBUTES, object_name:ICX_CAT_DELETED_ATTRIBUTES, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_CAT_DELETED_ATTRIBUTES ,