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


TABLE: JA.JAI_PO_OSP_ITM_DTLS

Object Details
Object Name: JAI_PO_OSP_ITM_DTLS
Object Type: TABLE
Owner: JA
FND Design Data: TableJA.JAI_PO_OSP_ITM_DTLS
Subobject Name:
Status: VALID


Stores the OSP Assembly components information from which the assembly is made.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JAI_PO_OSP_ITM_DTLS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOSP_ITEM_DTL_ID
JAI_PO_OSP_ITM_DTLS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOSP_ITEM_ID
ColumnORGANIZATION_ID
ColumnITEM_ID
JAI_PO_OSP_ITM_DTLS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnITEM_ID
Columns
Name Datatype Length Mandatory Comments
OSP_ITEM_ID NUMBER (15) Yes Indicates the OSP Item. Foreign key to MTL_SYSTEM_ITEMS.inventory_item_id.
ITEM_ID NUMBER (15) Yes Indicates the Inventory item(one of the assembly components) from which the OSP item is made. Foreign key to MTL_SYSTEM_ITEMS.inventory_item_id.
ORGANIZATION_ID NUMBER (15) Yes Indicates the organization for which the OSP item is defined.
UOM_CODE VARCHAR2 (3) Yes Uom Code of the component item.
QUANTITY NUMBER
Yes Indicates the number of units that has to be used to produce one OSP item.
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OSP_ITEM_DTL_ID NUMBER (15) Yes OSP item detail unqiue identifier
OBJECT_VERSION_NUMBER NUMBER

Object version number
Query Text

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


SELECT OSP_ITEM_ID
,      ITEM_ID
,      ORGANIZATION_ID
,      UOM_CODE
,      QUANTITY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OSP_ITEM_DTL_ID
,      OBJECT_VERSION_NUMBER
FROM JA.JAI_PO_OSP_ITM_DTLS;

Dependencies

[top of page]

JA.JAI_PO_OSP_ITM_DTLS does not reference any database object

JA.JAI_PO_OSP_ITM_DTLS is referenced by following:

SchemaJA
ViewJAI_PO_OSP_ITM_DTLS#