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


TABLE: IGS.IGS_AD_EMP_INT_ALL

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


Contains Employment details for each person to be imported into the IGS_AD_HZ_EMP_DTL and HZ_EMPLOYMENT_HISTORY tables by the Admission Import process.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Employment Detail
Category: BUSINESS_ENTITY HZ_PERSON


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_EMP_INT_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_ID
IGS_AD_EMP_INT_ALL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnSTATUS
IGS_AD_EMP_INT_ALL_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_RUN_ID
IGS_AD_EMP_INT_ALL_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_EMP_ID
Columns
Name Datatype Length Mandatory Comments
ORG_ID NUMBER (15)
Operating unit identifier
INTERFACE_EMP_ID NUMBER (15) Yes Interface employment identifier
INTERFACE_ID NUMBER (15) Yes Interface identifier
PARTY_TYPE VARCHAR2 (1)
Obsolete. No longer used.
CONTACT VARCHAR2 (30)
Contact information
ORG_UNIT_CD VARCHAR2 (30)
Obsolete. No longer used.
START_DATE DATE

Joining date
END_DATE DATE

End date
TYPE_OF_EMPLOYMENT VARCHAR2 (30)
Will Now be validated against lookup HZ_EMPLOYMENT_TYPE
FRACTION_OF_EMPLOYMENT NUMBER (5)
Fraction of full time employment
TENURE_OF_EMPLOYMENT VARCHAR2 (30)
Will Now be validated against lookup HZ_TENURE_CODE
POSITION VARCHAR2 (60)
Position
OCCUPATIONAL_TITLE_CODE VARCHAR2 (15)
Occupational title code
WEEKLY_WORK_HRS NUMBER (5)
Weekly working hours
EMPLOYER VARCHAR2 (60)
The name of the organization at which the person was employed. Note that the name should not include the division name.
EMPLOYED_BY_DIVISION_NAME VARCHAR2 (60)
The common name of a division or an organization in which the Person was employed.
BRANCH VARCHAR2 (80)
Obsolete. No longer used.
MILITARY_RANK VARCHAR2 (240)
Obsolete. No longer used.
SERVED VARCHAR2 (240)
Obsolete. No longer used.
STATION VARCHAR2 (240)
Obsolete. No longer used.
STATUS VARCHAR2 (2) Yes Status of the record whether it is imported, pending, error or warning
MATCH_IND VARCHAR2 (2)
Match indicator
ERROR_CODE VARCHAR2 (30)
Error code of the record
DUP_EMPLOYMENT_NUMBER NUMBER

Duplicate employment number
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
EMPLOYER_PARTY_NUMBER VARCHAR2 (30)
Party Number Identifier of the employer for the person. This field may be used, when the Employer is a Party in the system. This field is MUTUALLY EXCLUSIVE with Employer field. Validated against HZ_PARTIES.PARTY_NUMBER
REASON_FOR_LEAVING VARCHAR2 (240)
Reason for leaving the employment
COMMENTS VARCHAR2 (2000)
General comments about the employment
Query Text

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


SELECT ORG_ID
,      INTERFACE_EMP_ID
,      INTERFACE_ID
,      PARTY_TYPE
,      CONTACT
,      ORG_UNIT_CD
,      START_DATE
,      END_DATE
,      TYPE_OF_EMPLOYMENT
,      FRACTION_OF_EMPLOYMENT
,      TENURE_OF_EMPLOYMENT
,      POSITION
,      OCCUPATIONAL_TITLE_CODE
,      WEEKLY_WORK_HRS
,      EMPLOYER
,      EMPLOYED_BY_DIVISION_NAME
,      BRANCH
,      MILITARY_RANK
,      SERVED
,      STATION
,      STATUS
,      MATCH_IND
,      ERROR_CODE
,      DUP_EMPLOYMENT_NUMBER
,      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
,      EMPLOYER_PARTY_NUMBER
,      REASON_FOR_LEAVING
,      COMMENTS
FROM IGS.IGS_AD_EMP_INT_ALL;

Dependencies

[top of page]

IGS.IGS_AD_EMP_INT_ALL does not reference any database object

IGS.IGS_AD_EMP_INT_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AD_EMP_INT_ALL