DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_PS_SCH_HDR_INT_ALL

Object Details
Object Name: IGS_PS_SCH_HDR_INT_ALL
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PS_SCH_HDR_INT_ALL
Subobject Name:
Status: VALID


Contains the master information for each transaction in scheduling.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Scheduling Header
Category: BUSINESS_ENTITY IGS_UNIT


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_SCH_HDR_INT_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnTRANSACTION_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER
Yes Unique identifier for a transaction in scheduling interface.
ORIGINATOR VARCHAR2 (10) Yes The type source of the request made. For example, external, internal.
REQUEST_DATE DATE
Yes Date on that the request is made.
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record.
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record.
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record.
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program.
ORG_ID NUMBER (15)
Operating unit 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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRANSACTION_ID
,      ORIGINATOR
,      REQUEST_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_SCH_HDR_INT_ALL;

Dependencies

[top of page]

IGS.IGS_PS_SCH_HDR_INT_ALL does not reference any database object

IGS.IGS_PS_SCH_HDR_INT_ALL is referenced by following:

SchemaAPPS
SynonymIGS_PS_SCH_HDR_INT_ALL