[Home] [Help]
[Dependency Information]
| Object Name: | GMA_REASON_CODE_SECURITY |
|---|---|
| Object Type: | TABLE |
| Owner: | GMA |
| FND Design Data: | GMA.GMA_REASON_CODE_SECURITY
|
| Subobject Name: | |
| Status: | VALID |
This table is used with Reason Code Security to allow OPM users to associate security to reason codes by document type and user responsibility.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMA_REASON_CODE_SECURITY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REASON_CODE
DOC_TYPE
RESPONSIBILITY_ID
|
| GMA_REASON_CODE_SECURITY_I1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DOC_TYPE
RESPONSIBILITY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REASON_CODE | VARCHAR2 | (4) | Yes | Reason Code used for Security |
| DOC_TYPE | VARCHAR2 | (4) | Document Type used for Security | |
| RESPONSIBILITY_ID | NUMBER | (15) | User Responsibility ID used for Security | |
| 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 | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT REASON_CODE
, DOC_TYPE
, RESPONSIBILITY_ID
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
FROM GMA.GMA_REASON_CODE_SECURITY;
GMA.GMA_REASON_CODE_SECURITY does not reference any database object
GMA.GMA_REASON_CODE_SECURITY is referenced by following:
GMA
GMA_REASON_CODE_SECURITY#
|
|
|
|