[Home] [Help]
[Dependency Information]
| Object Name: | IGS_IN_ENQ_PKG_ITEM |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_IN_ENQ_PKG_ITEM
|
| Subobject Name: | |
| Status: | VALID |
IGS_IN_ENQ_PKG_ITEM describes correspondence, either system or non-system generated, that can be included in an enquiry package.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_IN_ENQ_PKG_ITEM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ENQUIRY_PACKAGE_ITEM
|
| IGS_IN_ENQ_PKG_ITEM_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ATTENDANCE_MODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| ENQUIRY_PACKAGE_ITEM | VARCHAR2 | (10) | Yes | Describes the items that can be included in an enquiry package |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the enquiry package item |
| CLOSED_IND | VARCHAR2 | (1) | Yes | An indicator that specifies if the enquiry package item is open orclosed. Selecting the checkbox to 'closed' ticked prevents use of the enquiry package item in new or modified enquiry package records. |
| SYS_GENERATED_IND | VARCHAR2 | (1) | Yes | Indicates if the enquiry package item is system generated or not |
| AVAILABLE_IND | VARCHAR2 | (1) | Yes | Indicates if the package item is available |
| AVAILABLE_DT | DATE | The estimated date for availability of the package item. This is used as an informative guide only and has no functionality attached. Note this data is required to be manually maintained. | ||
| ATTENDANCE_MODE | VARCHAR2 | (2) | Indicates if the enquiry package item is directed at a particular attendance mode. Examples include N on-campus mode of attendance, F off-campus mode of attendance and M Multi-modal mode of attendance. Note- where no attendance mode is specified the enquiry package item is of a general nature and not restricted to enquiries of a particular attendance mode. | |
| PUBLISH_SS_IND | VARCHAR2 | (1) | Publish In Self Service Indicator |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, ENQUIRY_PACKAGE_ITEM
, DESCRIPTION
, CLOSED_IND
, SYS_GENERATED_IND
, AVAILABLE_IND
, AVAILABLE_DT
, ATTENDANCE_MODE
, PUBLISH_SS_IND
FROM IGS.IGS_IN_ENQ_PKG_ITEM;
IGS.IGS_IN_ENQ_PKG_ITEM does not reference any database object
IGS.IGS_IN_ENQ_PKG_ITEM is referenced by following:
APPS
IGS_IN_ENQ_PKG_ITEM
|
|
|
|