[Home] [Help]
[Dependency Information]
| Object Name: | MTL_TRANS_REASON_SECURITY |
|---|---|
| Object Type: | TABLE |
| Owner: | INV |
| FND Design Data: | INV.MTL_TRANS_REASON_SECURITY
|
| Subobject Name: | |
| Status: | VALID |
Table stores the Transaction reasons.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MTL_TRANS_REASON_SECURITY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REASON_ID
TRANSACTION_TYPE_ID
RESPONSIBILITY_ID
|
| MTL_TRANS_REASON_SECURITY_I1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TRANSACTION_TYPE_ID
RESPONSIBILITY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REASON_ID | NUMBER | Yes | Surrogate id uniquely identifying the Reason ID. | |
| TRANSACTION_TYPE_ID | NUMBER | Surrogate id uniquely identifying the Transaction Type ID. | ||
| RESPONSIBILITY_ID | NUMBER | Surrogate id uniquely identifying the Responsibility ID. | ||
| CREATED_BY | NUMBER | (15) | Yes | Created By for the respective Transaction Reason Security |
| CREATION_DATE | DATE | Yes | Creation Date for the respective Transaction Reason Security | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Last Updated By for the respective Transaction Reason Security |
| LAST_UPDATE_DATE | DATE | Yes | Last Update Date for the respective Transaction Reason Security | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Last Update Login for the respective Transaction Reason Security |
Cut, paste (and edit) the following text to query this object:
SELECT REASON_ID
, TRANSACTION_TYPE_ID
, RESPONSIBILITY_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM INV.MTL_TRANS_REASON_SECURITY;
INV.MTL_TRANS_REASON_SECURITY does not reference any database object
INV.MTL_TRANS_REASON_SECURITY is referenced by following:
INV
MTL_TRANS_REASON_SECURITY#
|
|
|
|