[Home] [Help]
[Dependency Information]
| Object Name: | AMS_CPAG_ANSWERS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.AMS_CPAG_ANSWERS_B
|
| 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_CPAG_ANSWERS_B_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
ANSWER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | This column is used for optimistic locking. |
| 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 |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
| ANSWER_ID | NUMBER | Yes | Primary Key. | |
| QUESTION_ID | NUMBER | Yes | The Answer is for this Question. | |
| TYPE | VARCHAR2 | (30) | Yes | Indicates the type of Answer Row. Is it a Lookup Based Answer or a Rating Item or Rating Value or OTHER type of Answer. |
| DISPLAY_SEQUENCE_NO | NUMBER | Yes | Sequence for the display of Answer on Content Page. | |
| HTML_PARAM_NAME | VARCHAR2 | (100) | This is the HTML Form Parameter name used for the Answer when Content Pages are used in a Questionnaire. | |
| LOOKUP_CODE | VARCHAR2 | (30) | If the Answer is Lookup Based, this answer corresponds to this lookup code. | |
| WEIGHT | NUMBER | Weight associated with the Answer. | ||
| WEIGHT_DIM_ID | NUMBER | Weighting Dimension associated with the Answer Row. |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_VERSION_NUMBER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, SECURITY_GROUP_ID
, LAST_UPDATE_LOGIN
, ANSWER_ID
, QUESTION_ID
, TYPE
, DISPLAY_SEQUENCE_NO
, HTML_PARAM_NAME
, LOOKUP_CODE
, WEIGHT
, WEIGHT_DIM_ID
FROM AMS.AMS_CPAG_ANSWERS_B;
AMS.AMS_CPAG_ANSWERS_B does not reference any database object
AMS.AMS_CPAG_ANSWERS_B is referenced by following:
AMS
AMS_CPAG_ANSWERS_B#
|
|
|
|