[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_PREFS_SCH_INT_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_PREFS_SCH_INT_ALL
|
| Subobject Name: | |
| Status: | VALID |
Contains the reference codes types and reference codes at the unit section occurrences level in the scheduling interface.The corresponding production table is IGS_PS_USEC_OCUR_REF.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Scheduling Reference Code
Category: BUSINESS_ENTITY IGS_UNIT
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_PREFS_SCH_INT_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
INT_PREFS_ID
|
| IGS_PS_PREFS_SCH_INT_ALL_U2 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
INT_OCCURS_ID
REFERENCE_CD
REFERENCE_CD_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REFERENCE_CD | VARCHAR2 | (30) | Yes | This is the reference code for a Unit Section Occurrence. |
| REFERENCE_CD_TYPE | VARCHAR2 | (10) | Yes | This identifies the reference type for an Unit Section Occurrence. |
| TRANSACTION_ID | NUMBER | Unique Identifier for Scheduling Interface - Obsolete. | ||
| UNIT_SECTION_OCCURRENCE_ID | NUMBER | (10) | Unique Identifier for Unit Section Occurrence - Obsolete | |
| ORG_ID | NUMBER | (15) | Operating unit identifier | |
| INT_PREFS_ID | NUMBER | Unique Identifier for Unit Section Occurrence Preference in the Scheduling Interface. | ||
| INT_OCCURS_ID | NUMBER | Unique identifier for the Unit Section Occurrence in Scheduling interface | ||
| REFERENCE_CODE_DESCRIPTION | VARCHAR2 | (60) | Description of Reference code for the unit section occurrence. | |
| REFERENCE_TYPE_DESCRIPTION | VARCHAR2 | (60) | Description of Reference code type for the unit section occurrence. | |
| 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 REFERENCE_CD
, REFERENCE_CD_TYPE
, TRANSACTION_ID
, UNIT_SECTION_OCCURRENCE_ID
, ORG_ID
, INT_PREFS_ID
, INT_OCCURS_ID
, REFERENCE_CODE_DESCRIPTION
, REFERENCE_TYPE_DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_PREFS_SCH_INT_ALL;
IGS.IGS_PS_PREFS_SCH_INT_ALL does not reference any database object
IGS.IGS_PS_PREFS_SCH_INT_ALL is referenced by following:
APPS
IGS_PS_PREFS_SCH_INT_ALL
|
|
|
|