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


TABLE: IGS.IGS_AD_EXCURR_INT_ALL

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


Contains Extracurricular Activities details for each person to be imported into the IGS_AD_HZ_EXTRACURR_ACT and HZ_PERSON_INTEREST tables by the Admission Import process.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Extracurricular Activities
Category: BUSINESS_ENTITY HZ_PERSON


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_EXCURR_INT_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_ID
IGS_AD_EXCURR_INT_ALL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnSTATUS
IGS_AD_EXCURR_INT_ALL_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_RUN_ID
IGS_AD_EXCURR_INT_ALL_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_EXCURR_ID
Columns
Name Datatype Length Mandatory Comments
ORG_ID NUMBER (15)
Operating unit identifier
INTERFACE_EXCURR_ID NUMBER (15) Yes Person activity or interest identifier
INTERFACE_ID NUMBER (15) Yes Interface identifier
INTEREST_TYPE_CODE VARCHAR2 (30)
A code to classify interests for evaluation
COMMENTS VARCHAR2 (80)
Comments about person's interest
START_DATE DATE

Start date
END_DATE DATE

End date
HOURS_PER_WEEK NUMBER (5)
Hours per week
WEEKS_PER_YEAR NUMBER (5)
Weeks per year
LEVEL_OF_INTEREST VARCHAR2 (30)
A user defined level number or name to rate the amount of interest in the activity, for example, high, medium, low.
LEVEL_OF_PARTICIPATION VARCHAR2 (30)
A user defined level number or name to indicate if the person participates and to what extent.
SPORT_INDICATOR VARCHAR2 (1)
Y or N, indicates whether the activity is a sport
SUB_INTEREST_TYPE_CODE VARCHAR2 (30)
A code to classify sub-interests of the interest type code
INTEREST_NAME VARCHAR2 (240) Yes A text field that allows for assigning a descriptive name to an interest
TEAM VARCHAR2 (240)
Any team of which the person is a member.
ACTIVITY_SOURCE_CD VARCHAR2 (30)
Person Interest Source
RANK NUMBER (5)
Person Interest Rank
MATCH_IND VARCHAR2 (2)
Match indicator
STATUS VARCHAR2 (2) Yes Status of the record whether it is imported, pending, error or warning
ERROR_CODE VARCHAR2 (30)
Error code of the record
DUP_PERSON_INTEREST_ID NUMBER

Duplicate interest 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
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
INTERFACE_RUN_ID NUMBER (15)
Unique identifier to associate the interface record processing with an instance of the Import Process Run. This column will be populated by the Logic in the Import process, and should not be populated by the user
Query Text

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


SELECT ORG_ID
,      INTERFACE_EXCURR_ID
,      INTERFACE_ID
,      INTEREST_TYPE_CODE
,      COMMENTS
,      START_DATE
,      END_DATE
,      HOURS_PER_WEEK
,      WEEKS_PER_YEAR
,      LEVEL_OF_INTEREST
,      LEVEL_OF_PARTICIPATION
,      SPORT_INDICATOR
,      SUB_INTEREST_TYPE_CODE
,      INTEREST_NAME
,      TEAM
,      ACTIVITY_SOURCE_CD
,      RANK
,      MATCH_IND
,      STATUS
,      ERROR_CODE
,      DUP_PERSON_INTEREST_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      INTERFACE_RUN_ID
FROM IGS.IGS_AD_EXCURR_INT_ALL;

Dependencies

[top of page]

IGS.IGS_AD_EXCURR_INT_ALL does not reference any database object

IGS.IGS_AD_EXCURR_INT_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AD_EXCURR_INT_ALL