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


TABLE: INV.ORG_ACCESS

Object Details
Object Name: ORG_ACCESS
Object Type: TABLE
Owner: INV
FND Design Data: TableINV.ORG_ACCESS
Subobject Name:
Status: VALID


ORG_ACCESS stores information about which organizations are available
for a particular responsibility. A record in this table indicates
that the organization is available (for login) for a responsibility.
If there are no records in this table for an organization, all
responsibilities can access it.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ORG_ACCESS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESP_APPLICATION_ID
ColumnRESPONSIBILITY_ID
ColumnORGANIZATION_ID
ORG_ACCESS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization identifier
RESP_APPLICATION_ID NUMBER
Yes Responsibility application identifier
RESPONSIBILITY_ID NUMBER
Yes Responsibility identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
DISABLE_DATE DATE

Disable date
COMMENTS VARCHAR2 (240)
Comments
REQUEST_ID NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
Query Text

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


SELECT ORGANIZATION_ID
,      RESP_APPLICATION_ID
,      RESPONSIBILITY_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DISABLE_DATE
,      COMMENTS
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM INV.ORG_ACCESS;

Dependencies

[top of page]

INV.ORG_ACCESS does not reference any database object

INV.ORG_ACCESS is referenced by following:

SchemaAPPS
SynonymORG_ACCESS