[Home] [Help]
[Dependency Information]
| Object Name: | AMS_DLG_FLOW_COMP_REL |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.AMS_DLG_FLOW_COMP_REL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMS_DLG_FLOW_COMP_REL_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
FLOW_COMP_RELATIONSHIP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FLOW_COMP_RELATIONSHIP_ID | NUMBER | Yes | Flow Component Relationship Unique Identifier | |
| DIALOG_ID | NUMBER | Yes | Dialog Unique Identifier | |
| CURR_FLOW_COMPONENT_ID | NUMBER | Yes | Current Flow Component Unique Identifier | |
| OUTCOME | VARCHAR2 | (100) | Outcome of a Decision | |
| NEXT_FLOW_COMPONENT_ID | NUMBER | Next Flow Component Unique Identifier | ||
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
| SECURITY_GROUP_ID | NUMBER | Used for hosting purposes | ||
| OBJECT_VERSION_NUMBER | NUMBER | This column is used for locking purposes |
Cut, paste (and edit) the following text to query this object:
SELECT FLOW_COMP_RELATIONSHIP_ID
, DIALOG_ID
, CURR_FLOW_COMPONENT_ID
, OUTCOME
, NEXT_FLOW_COMPONENT_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM AMS.AMS_DLG_FLOW_COMP_REL;
AMS.AMS_DLG_FLOW_COMP_REL does not reference any database object
AMS.AMS_DLG_FLOW_COMP_REL is referenced by following:
APPS
AMS_DLG_FLOW_COMP_REL
|
|
|
|