[Home] [Help]
[Dependency Information]
Object Name: | SY_ORGN_USR |
---|---|
Object Type: | TABLE |
Owner: | GMA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Associates OPM Organizations with FND users. This dictates what Organization
a User has access to, limiting the ability to process transactions and view organization
specific data where necessary.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SY_ORGN_USR_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
USER_ID | NUMBER | (15) | Yes | Foreign Key to FND_USER |
ORGN_CODE | VARCHAR2 | (4) | Yes | Organization Code (Foreign key to SY_ORGN_MST) |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
CREATION_DATE | DATE | Yes | Standard who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT USER_ID
, ORGN_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM GMA.SY_ORGN_USR;
GMA.SY_ORGN_USR does not reference any database object
GMA.SY_ORGN_USR is referenced by following:
|
|
|