[Home] [Help]
[Dependency Information]
Object Name: | IGS_GE_CFG_FORM |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used for the storing of form configuration detail records.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_GE_CFG_FORM_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESPONSIBILITY_ID | NUMBER | (15) | Yes | FND Application Responsibility Identifier |
FORM_CODE | VARCHAR2 | (30) | Yes | Form code that is being configured. |
QUERY_ONLY_IND | VARCHAR2 | (1) | Yes | Indicator to determine if the form is query only or not |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT RESPONSIBILITY_ID
, FORM_CODE
, QUERY_ONLY_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_GE_CFG_FORM;
IGS.IGS_GE_CFG_FORM does not reference any database object
IGS.IGS_GE_CFG_FORM is referenced by following:
|
|
|