[Home] [Help]
[Dependency Information]
| Object Name: | CSI_IB_TXN_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | CSI |
| FND Design Data: | CSI.CSI_IB_TXN_TYPES
|
| Subobject Name: | |
| Status: | VALID |
Installed Base Transaction Types.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CSI_IB_TXN_TYPES_U01 | NORMAL | UNIQUE |
APPS_TS_SEED
|
IB_TXN_TYPE_CODE
CS_TRANSACTION_TYPE_ID
|
| CSI_IB_TXN_TYPES_U02 | NORMAL | UNIQUE |
APPS_TS_SEED
|
SUB_TYPE_ID
|
| CSI_IB_TXN_TYPES_N01 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
CS_TRANSACTION_TYPE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SUB_TYPE_ID | NUMBER | Yes | Installed Base Transaction Type Identifier. | |
| CS_TRANSACTION_TYPE_ID | NUMBER | Service Transaction Type Identifier (from CS_TRANSACTIONS). | ||
| IB_TXN_TYPE_CODE | VARCHAR2 | (30) | Installed Base transaction Code (From Lookup). | |
| SRC_REFERENCE_REQD | VARCHAR2 | (1) | Flag indicating if a Source Instance Reference is required. | |
| SRC_CHANGE_OWNER | VARCHAR2 | (1) | Flag indicating if a Ownership change needs to be done when performing this transaction. | |
| SRC_CHANGE_OWNER_TO_CODE | VARCHAR2 | (1) | Code indicating if ownership change is required, Should it be to INTERNAL or EXTERNAL. | |
| SRC_STATUS_ID | NUMBER | Status Identifier that needs to be stamped on the Instance after processing the transaction. | ||
| SRC_RETURN_REQD | VARCHAR2 | (1) | Flag indicating if the Source Instance refered needs to be returned. | |
| SRC_REVISION_REQD | VARCHAR2 | (1) | Flag indicating of a Source Instance revision needs to be changed. | |
| NON_SRC_REFERENCE_REQD | VARCHAR2 | (1) | Flag indicating if there is atleast one instance that needs to be referenced in the transaction otherthan the one in the Source transaction. | |
| NON_SRC_CHANGE_OWNER | VARCHAR2 | (1) | Flag indicating if a Ownership change needs to be done when performing this transaction. | |
| NON_SRC_CHANGE_OWNER_TO_CODE | VARCHAR2 | (1) | Code indicating if ownership change is required, Should it be to INTERNAL or EXTERNAL. | |
| NON_SRC_STATUS_ID | NUMBER | Status Identifier that needs to be stamped on the Instance after processing the transaction. | ||
| NON_SRC_RETURN_REQD | VARCHAR2 | (1) | Flag indicating if the Non-Source Instance refered needs to be returned. | |
| PARENT_REFERENCE_REQD | VARCHAR2 | (1) | Flag indicating if a Parent Instance reference is required to process the transaction. | |
| PARENT_STATUS_ID | NUMBER | Instance Status Identifier which needs to be stamped on the parent (if a parent is referenced). | ||
| PARENT_REVISION_REQD | VARCHAR2 | (1) | Flag indicating if a revision change is required for the instance referenced as a Parent. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Columns. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Columns. |
| CREATION_DATE | DATE | Yes | Standard WHO Columns. | |
| CREATED_BY | NUMBER | Yes | Standard WHO Columns. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Columns. | |
| SEEDED_FLAG | VARCHAR2 | (1) | Flag indicating if the IB Transction Type is seeded. | |
| FREEZE_FLAG | VARCHAR2 | (1) | Flag indicating if the transaction definition is frozen. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object Version Number. |
| SECURITY_GROUP_ID | NUMBER | Security Group Identifier. | ||
| MIGRATED_FLAG | VARCHAR2 | (1) | Flag indicating if the record is migrated. |
Cut, paste (and edit) the following text to query this object:
SELECT SUB_TYPE_ID
, CS_TRANSACTION_TYPE_ID
, IB_TXN_TYPE_CODE
, SRC_REFERENCE_REQD
, SRC_CHANGE_OWNER
, SRC_CHANGE_OWNER_TO_CODE
, SRC_STATUS_ID
, SRC_RETURN_REQD
, SRC_REVISION_REQD
, NON_SRC_REFERENCE_REQD
, NON_SRC_CHANGE_OWNER
, NON_SRC_CHANGE_OWNER_TO_CODE
, NON_SRC_STATUS_ID
, NON_SRC_RETURN_REQD
, PARENT_REFERENCE_REQD
, PARENT_STATUS_ID
, PARENT_REVISION_REQD
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SEEDED_FLAG
, FREEZE_FLAG
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, MIGRATED_FLAG
FROM CSI.CSI_IB_TXN_TYPES;
CSI.CSI_IB_TXN_TYPES does not reference any database object
CSI.CSI_IB_TXN_TYPES is referenced by following:
APPS
CSI_IB_TXN_TYPES
|
|
|
|