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


TABLE: INL.INL_ALWD_PARTY_TYPES

Object Details
Object Name: INL_ALWD_PARTY_TYPES
Object Type: TABLE
Owner: INL
FND Design Data: TableINL.INL_ALWD_PARTY_TYPES
Subobject Name:
Status: VALID


This table stores Party Types that are allowed for a Shipment Type.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
INL_ALWD_PARTY_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnALWD_PARTY_TYPE_ID
INL_ALWD_PARTY_TYPES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_TABLE_NAME
ColumnPARENT_TABLE_ID
ColumnPARTY_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
ALWD_PARTY_TYPE_ID NUMBER
Yes Allowed Party Type Identifier
PARENT_TABLE_NAME VARCHAR2 (30) Yes Name of the table the Party Type refers to: INL_SHIP_TYPES.
PARENT_TABLE_ID NUMBER
Yes Identifier of the table line the Party Type refers to: SHIP_TYPE_ID.
PARTY_TYPE_CODE VARCHAR2 (30) Yes Party Site Code
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT ALWD_PARTY_TYPE_ID
,      PARENT_TABLE_NAME
,      PARENT_TABLE_ID
,      PARTY_TYPE_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM INL.INL_ALWD_PARTY_TYPES;

Dependencies

[top of page]

INL.INL_ALWD_PARTY_TYPES does not reference any database object

INL.INL_ALWD_PARTY_TYPES is referenced by following:

SchemaAPPS
SynonymINL_ALWD_PARTY_TYPES