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


TABLE: IGS.IGS_UC_LOAD_MV_T

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


This table used to store the Marvin data which need to be imported into Hercules Dummy table


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MARVIN_ID NUMBER (15)
Identifier for the temporary table
CONTD_FLAG NUMBER (1)
Indicates whether the logical data spans more than one record (1-9)
TRANS_TYPE VARCHAR2 (2)
Indicates the transaction type of the data stored
ERROR_CODE VARCHAR2 (3)
Error Code for the acknowledgement transactions
RECORD_DATA VARCHAR2 (720)
Holds the exact Marvin data which needs to be imported
FILE_TYPE VARCHAR2 (1)
Holds the Marvin file type( G, N, S, U)
RECORD_STATUS VARCHAR2 (1)
Indicates the record status R- Ready to move, N - Not ready to move, P - Already moved.
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 MARVIN_ID
,      CONTD_FLAG
,      TRANS_TYPE
,      ERROR_CODE
,      RECORD_DATA
,      FILE_TYPE
,      RECORD_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_UC_LOAD_MV_T;

Dependencies

[top of page]

IGS.IGS_UC_LOAD_MV_T does not reference any database object

IGS.IGS_UC_LOAD_MV_T is referenced by following:

SchemaAPPS
SynonymIGS_UC_LOAD_MV_T