DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGR_I_PKG_ITEM

Object Details
Object Name: IGR_I_PKG_ITEM
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGR_I_PKG_ITEM
Subobject Name:
Status: VALID


Junction table to OMO deliverables table, used to store both Package Item and information Type. Package Item is mapped to deliverable, while Information Type is mapped to Deliverable Kit.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGR_I_PKG_ITEM_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPACKAGE_ITEM_ID
Columns
Name Datatype Length Mandatory Comments
PACKAGE_ITEM_ID NUMBER (15) Yes Foreign Key to the Deliverable or Kit in OMO AMS_DELIVERABLE_ALL table.
PUBLISH_SS_IND VARCHAR2 (1) Yes Flag indicating whether to publish the package item for Self Service Inquiry flow or not.
CREATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PACKAGE_ITEM_ID
,      PUBLISH_SS_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGR_I_PKG_ITEM;

Dependencies

[top of page]

IGS.IGR_I_PKG_ITEM does not reference any database object

IGS.IGR_I_PKG_ITEM is referenced by following:

SchemaAPPS
SynonymIGR_I_PKG_ITEM