Search Results package_item_id
Overview
The IGS.IGR_I_PKGITM_ASSIGN table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically serving the IGS (iGrants) module. Its primary function is to manage the assignment of package items to academic interest product categories. This table acts as a junction or intersection entity, establishing and maintaining the relationships between defined package items and the product categories within the inventory catalog used for academic interests. By storing these assignments, it enables the configuration and administration of which catalog items are available or relevant within specific academic program or interest contexts.
Key Information Stored
The table's columns are designed to capture the assignment relationship, unique identifiers, and standard audit information. The most critical columns include:
- PKG_ITEM_ASSIGN_ID: A mandatory, system-generated sequence number serving as the primary key for each unique assignment record.
- PACKAGE_ITEM_ID: References the specific package item from the IGR_I_PKG_ITEM table, forming one side of the assignment relationship.
- PRODUCT_CATEGORY_ID: Holds the identifier for the product category, mapped to the CATEGORY_ID in the standard inventory table MTL_CATEGORIES_B.
- PRODUCT_CATEGORY_SET_ID: Stores the identifier for the product catalog (category set) under which the academic interest category is defined, providing necessary context for the PRODUCT_CATEGORY_ID.
- ENABLED_FLAG: A VARCHAR2 column controlling the active status of the specific assignment, allowing for soft deletion or temporary deactivation.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN): Capture audit trail information for compliance and data governance.
Common Use Cases and Queries
This table is central to processes involving the setup and validation of academic interest catalog mappings. A common operational use case is the administration interface where users link available inventory items (package items) to relevant academic program categories. For reporting and data validation, queries often join this table to both the package item master and the inventory categories. A foundational query to retrieve all active assignments is:
SELECT pia.PKG_ITEM_ASSIGN_ID, pia.PACKAGE_ITEM_ID, pi.ITEM_CODE, pia.PRODUCT_CATEGORY_ID, mc.CATEGORY_NAME, pia.ENABLED_FLAG FROM IGS.IGR_I_PKGITM_ASSIGN pia, IGS.IGR_I_PKG_ITEM pi, INV.MTL_CATEGORIES_B mc WHERE pia.PACKAGE_ITEM_ID = pi.PACKAGE_ITEM_ID AND pia.PRODUCT_CATEGORY_ID = mc.CATEGORY_ID AND pia.ENABLED_FLAG = 'Y';
Another critical use case is ensuring data integrity during configuration, such as checking for duplicate assignments using the unique constraint on PRODUCT_CATEGORY_ID and PACKAGE_ITEM_ID before inserting new records.
Related Objects
Based on the provided metadata, IGR_I_PKGITM_ASSIGN is a key reference point within the IGS schema. Its relationships are primarily defined through its foreign key columns, which link to master data tables.
- IGR_I_PKG_ITEM: The PACKAGE_ITEM_ID column in IGR_I_PKGITM_ASSIGN references the primary key of this table, which holds the master list of available package items.
- MTL_CATEGORIES_B: The PRODUCT_CATEGORY_ID column references the CATEGORY_ID in this standard Oracle Inventory table, linking the assignment to a specific inventory category.
- Referencing Objects: The dependency information indicates that an APPS synonym named IGR_I_PKGITM_ASSIGN exists, pointing to this table. This is a standard practice in EBS to allow applications to access the object without referencing the owning schema (IGS) directly.
-
TABLE: IGS.IGR_I_PKGITM_ASSIGN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_PKGITM_ASSIGN, object_name:IGR_I_PKGITM_ASSIGN, status:VALID,
-
APPS.IGR_I_PKG_ITEM_PKG dependencies on IGR_I_PKG_ITEM
12.1.1
-
APPS.IGR_I_PKG_ITEM_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGR_I_A_PKGITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_A_PKGITM, object_name:IGR_I_A_PKGITM, status:VALID,
-
TABLE: IGS.IGR_I_PKG_ITEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_PKG_ITEM, object_name:IGR_I_PKG_ITEM, status:VALID,
-
TABLE: IGS.IGR_IS_INFO_REQ
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_INFO_REQ, object_name:IGR_IS_INFO_REQ, status:VALID,
-
APPS.IGR_I_PKGITM_ASSIGN_PKG dependencies on IGR_I_PKGITM_ASSIGN
12.1.1
-
TABLE: IGS.IGR_I_PKG_REDUCT
12.1.1
owner:IGS, object_type:TABLE, object_name:IGR_I_PKG_REDUCT, status:VALID,
-
APPS.IGR_IMP_001 dependencies on IGR_IS_INFO_REQ
12.1.1
-
APPS.IGR_I_A_PKGITM_PKG dependencies on IGR_I_A_PKGITM
12.1.1
-
VIEW: APPS.IGR_I_PKGITM_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_PKGITM_ASSIGN_V, object_name:IGR_I_PKGITM_ASSIGN_V, status:VALID,
-
PACKAGE BODY: APPS.IGR_I_PKG_ITEM_PKG
12.1.1
-
APPS.IGR_I_PKGITM_ASSIGN_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGR_I_ITYP_PKGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_ITYP_PKGS_V, object_name:IGR_I_ITYP_PKGS_V, status:VALID,
-
VIEW: APPS.IGR_I_PKG_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_PKG_ITEMS_V, object_name:IGR_I_PKG_ITEMS_V, status:VALID,
-
Table: IGR_I_A_PKGITM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_A_PKGITM, object_name:IGR_I_A_PKGITM, status:VALID, product: IGS - Student System , description: Stores the details of enquiry package. , implementation_dba_data: IGS.IGR_I_A_PKGITM ,
-
Table: IGS_RC_I_A_PKGITM
12.1.1
product: IGS - Student System , description: Stores the details of enquiry package. , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_I_PKG_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: Junction table to OMO deliverables table, used to store both Package Item and information Type. , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_I_PKGITM_ASSIGN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_PKGITM_ASSIGN, object_name:IGR_I_PKGITM_ASSIGN, status:VALID, product: IGS - Student System , description: This table holds the assignment of package item to academic interest product categories , implementation_dba_data: IGS.IGR_I_PKGITM_ASSIGN ,
-
Table: IGR_I_A_PKGITM
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the details of enquiry package. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_A_PKGITM
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the details of enquiry package. , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_I_PKG_ITEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_PKG_ITEM, object_name:IGR_I_PKG_ITEM, status:VALID, product: IGS - Student System , description: Junction table to OMO deliverables table, used to store both Package Item and information Type. , implementation_dba_data: IGS.IGR_I_PKG_ITEM ,
-
Table: IGR_I_PKGITM_ASSIGN
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the assignment of package item to academic interest product categories , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_I_A_PKGITM_PKG SQL Statements
12.1.1
-
APPS.IGR_INFTYP_PKG_IT_CRM_PKG dependencies on IGR_I_INFO_TYPES_V
12.1.1
-
Table: IGS_RC_I_PKG_ITEM
12.1.1
product: IGS - Student System , description: Junction table to OMO deliverables table, used to store both Package Item and information Type. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_PKG_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: Junction table to OMO deliverables table, used to store both Package Item and information Type. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_INFTYP_PKG_IT_CRM_PKG dependencies on IGR_I_PKG_ITEM
12.1.1
-
View: IGR_I_PKGITM_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_PKGITM_ASSIGN_V, object_name:IGR_I_PKGITM_ASSIGN_V, status:VALID, product: IGS - Student System , description: Form view for IGR_I_PKGITM_ASSIGN table , implementation_dba_data: APPS.IGR_I_PKGITM_ASSIGN_V ,
-
View: IGS_RC_I_ENT_PKGS_V
12.1.1
product: IGS - Student System , description: Reduction of Package Items by Entry Status , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_A_PKGITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_A_PKGITM_V, object_name:IGR_I_A_PKGITM_V, status:VALID, product: IGS - Student System , description: Package Items requested during Inquiry , implementation_dba_data: APPS.IGR_I_A_PKGITM_V ,
-
View: IGR_I_A_PKGITM_V
12.2.2
product: IGS - Student System (Obsolete) , description: Package Items requested during Inquiry , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_I_A_PKGITM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_A_PKGITM_V, object_name:IGR_I_A_PKGITM_V, status:VALID,
-
View: IGS_RC_I_PRG_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Reduction of Package Items by Inquiry Program , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_ITYP_PKGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_ITYP_PKGS_V, object_name:IGR_I_ITYP_PKGS_V, status:VALID, product: IGS - Student System , description: Store the package items included in an information type , implementation_dba_data: APPS.IGR_I_ITYP_PKGS_V ,
-
View: IGS_RC_I_ITYP_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Store the package items included in an information type , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_ITYP_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Store the package items included in an information type , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_PKG_ITEMS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AMS_P_DELIVERABLES_V and IGS_IN_PACKAGE_ITEM junction table. We will only expose attributes in that table that OSS needs. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ITYP_PKGS_V
12.1.1
product: IGS - Student System , description: Store the package items included in an information type , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ENT_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Reduction of Package Items by Entry Status , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_PKGITM_ASSIGN_V
12.2.2
product: IGS - Student System (Obsolete) , description: Form view for IGR_I_PKGITM_ASSIGN table , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_A_PKGITM_V
12.1.1
product: IGS - Student System , description: Package Items requested during Inquiry , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_A_PKGITM_V
12.2.2
product: IGS - Student System (Obsolete) , description: Package Items requested during Inquiry , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_IMP_001 dependencies on IGR_I_PKG_INT
12.1.1
-
View: IGS_RC_I_PKG_ITEMS_V
12.1.1
product: IGS - Student System , description: This view will be based on OMO public view AMS_P_DELIVERABLES_V and IGS_IN_PACKAGE_ITEM junction table. We will only expose attributes in that table that OSS needs. , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_PKG_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_PKG_ITEMS_V, object_name:IGR_I_PKG_ITEMS_V, status:VALID, product: IGS - Student System , description: This view will be based on OMO public view AMS_P_DELIVERABLES_V and IGS_IN_PACKAGE_ITEM junction table. We will only expose attributes in that table that OSS needs. , implementation_dba_data: APPS.IGR_I_PKG_ITEMS_V ,
-
View: IGR_I_PKG_ITEMS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AMS_P_DELIVERABLES_V and IGS_IN_PACKAGE_ITEM junction table. We will only expose attributes in that table that OSS needs. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_PRG_PKGS_V
12.1.1
product: IGS - Student System , description: Reduction of Package Items by Inquiry Program , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGR_I_PKG_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_PKG_INT, object_name:IGR_I_PKG_INT, status:VALID,
-
View: IGS_RC_I_UST_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Reduction of Package Items by Inquiry Unit Set , implementation_dba_data: Not implemented in this database ,