This table requires activation of Opportunity Marketplace - Gigs functional area. This table stores information related to the gigs.
Module: Recruiting
GIG_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| GIG_ID | NUMBER | 38 | 0 | True | Primary key of the Gig which is unique to each gig | DW_MP_GIGS_D | GIG_ID |
| SOURCE_RECORD_ID | VARCHAR2 | 256 | This column is for Oracle Internal use only. Unique Identifier | ||||
| ANCHOR_DATE | TIMESTAMP | The anchor date of the gig to get the assignment details. This is the Gig Start Date | |||||
| START_DATE | TIMESTAMP | The start date of the gig when the work commences. | |||||
| END_DATE | TIMESTAMP | The target date of the gig by which we expect it to be finished | |||||
| PUBLISH_DATE | TIMESTAMP | Date when gig is open for the opportunity seeker | |||||
| CREATION_DATE | TIMESTAMP | indicates the date and time of the creation of the gig. | |||||
| CREATOR_PERSON_ID | NUMBER | 38 | 0 | The id that represents the employee who created the gig. | DW_PERSON_D | PERSON_ID | |
| ORGANIZATION_ID | NUMBER | 38 | 0 | Organization Identifier for the gig. | |||
| GEOGRAPHY_NODE_ID | NUMBER | 38 | 0 | Geography Node Identifier of the gig. | DW_TA_GEO_HIERARICHAL_NODES_D | GEOGRAPHY_NODE_ID | |
| ASSIGNMENT_ID | NUMBER | 38 | 0 | Assignment Identifier. | |||
| REPORTING_ESTABLISHMENT_ID | NUMBER | 38 | 0 | Reporting Establishment Identifier | DW_REPORTING_EST_D | REPORTING_EST_ID | |
| DEPARTMENT_ID | NUMBER | 38 | 0 | Department Identifier | DW_DEPARTMENT_D | DEPARTMENT_ID | |
| JOB_ID | NUMBER | 38 | 0 | Job Identifier | DW_JOB_D | JOB_ID | |
| LOCATION_ID | NUMBER | 38 | 0 | Location Identifier | DW_WORKER_LOCATION_D | LOCATION_ID | |
| POSITION_ID | NUMBER | 38 | 0 | Position Identifie | DW_POSITION_D | POSITION_ID | |
| GRADE_ID | NUMBER | 38 | 0 | Grade Identifier | DW_PAY_GRADE_D | GRADE_ID | |
| BUSINESS_UNIT_ID | NUMBER | 38 | 0 | Business Unit Identifier | DW_BUSINESS_UNIT_D | BUSINESS_UNIT_ID | |
| PERIOD_OF_SERVICE_ID | NUMBER | 38 | 0 | Period of Service Identifier | DW_SERVICE_PERIOD_D | PERIOD_OF_SERVICE_ID | |
| PERSON_TYPE_ID | NUMBER | 38 | 0 | Person Type | DW_PERSON_TYPE_D_TL | PERSON_TYPE_ID | |
| ASSIGNMENT_STATUS_TYPE_ID | NUMBER | 38 | 0 | Assignment Status Type Identifier | DW_ASSIGNMENT_STATUS_D_TL | ASSIGNMENT_STATUS_TYPE_ID | |
| SUPERVISOR_ASSIGNMENT_ID | NUMBER | 38 | 0 | Manager Assignment Identifier | |||
| SUPERVISOR_ID | NUMBER | 38 | 0 | Manager Person Identifier | DW_PERSON_D | PERSON_ID | |
| LEGAL_EMPLOYER_ID | NUMBER | 38 | 0 | Legal Employer | DW_LEGAL_EMPLOYER_D | LEGAL_EMPLOYER_ID | |
| HEADCOUNT | NUMBER | 38 | 0 | Workers Headcount Value | |||
| FTE | NUMBER | 38 | 0 | Workers FTE Value | |||
| PERFORMANCE_RATING_LEVEL_ID | NUMBER | 38 | 0 | Performance rating level id | DW_RATING_LEVEL_D | RATING_LEVEL_ID | |
| POTENTIAL_RATING_LEVEL_ID | NUMBER | 38 | 0 | Potential rating level id | DW_RATING_LEVEL_D | RATING_LEVEL_ID | |
| ASSIGNMENT_NUMBER | VARCHAR2 | 32 | Assignment Number | ||||
| ASSIGNMENT_NAME | VARCHAR2 | 128 | Assignment Name | ||||
| WORKER_TYPE | VARCHAR2 | 32 | Identifies the type of record: either assignment (employee, CWK, applicant, non-workers) or a set of Terms | DW_WORKER_TYPE_D_TL | WORKER_TYPE | ||
| WORKER_CATEGORY | VARCHAR2 | 32 | Employee category example: Blue collar, Civil Servant, etc | DW_WORKER_CATEGORY_D_TL | WORKER_CATEGORY | ||
| ASSIGNMENT_CATEGORY | VARCHAR2 | 32 | User defined category. For example Full-Time Permanent or Part-Time Permanent | DW_ASSIGNMENT_CATEGORY_D_TL | ASSIGNMENT_CATEGORY | ||
| LEGISLATION_CODE | VARCHAR2 | 256 | Legislation of Assignment | DW_LEGISLATION_D_TL | LEGISLATION_CODE | ||
| SEX | VARCHAR2 | 32 | Worker Sex | ||||
| ETHNICITY | VARCHAR2 | 32 | Worker Ethnicity | ||||
| PRIMARY_FLAG | VARCHAR2 | 32 | Represents overall Primary assignment | ||||
| PRIMARY_ASSIGNMENT_FLAG | VARCHAR2 | 32 | Primary assignment Flag | ||||
| SYSTEM_PERSON_TYPE | VARCHAR2 | 32 | Person Type in System | ||||
| PAY_SYSTEM_STATUS | VARCHAR2 | 32 | Payroll status indicating whether the assignment is processed in payroll runs. | ||||
| PER_SYSTEM_STATUS | VARCHAR2 | 32 | HR status used to determine how the assignment is processed | ||||
| FULL_PART_TIME_FLAG | VARCHAR2 | 32 | Full Part Time Flag | ||||
| PERMANENT_TEMPORARY_FLAG | VARCHAR2 | 32 | Permanent Temporary Flag | ||||
| AGE_IN_YEARS | NUMBER | 38 | 0 | Age in Years of the Worker associated with the Assignment | |||
| AGE_IN_MONTHS | NUMBER | 38 | 0 | Age in Months of the Worker associated with the Assignment | |||
| TENURE_IN_YEARS | NUMBER | 38 | 0 | Service Period of the Worker | |||
| TENURE_IN_MONTHS | NUMBER | 38 | 0 | Person Tenure in Months | |||
| NORMAL_HOUR_FREQUENCY | VARCHAR2 | 32 | Frequency of normal working hours:week,month,year | ||||
| NORMAL_HOURS | NUMBER | 38 | 0 | Normal working hours | |||
| BARGAINING_UNIT_CODE | VARCHAR2 | 32 | Bargaining Unit Code | ||||
| PROBATION_PERIOD | NUMBER | 38 | 0 | Duration of probation period | |||
| PROBATION_UNIT | VARCHAR2 | 32 | Units of probation period duration | ||||
| GIG_NUMBER | VARCHAR2 | 256 | Gig Number for the Gig | ||||
| GIG_STATUS_CODE | VARCHAR2 | 32 | The code of the status that represents the gig state E.g. Draft,Filled | DW_MP_GIG_STATUS_D_TL | GIG_STATUS_CODE | ||
| OBJECT_STATUS | VARCHAR2 | 32 | Represents the status of the object. E.g. Active or Deleted | DW_TA_OBJECT_STATUS_D_TL | OBJECT_STATUS_CODE | ||
| REMOTE_OPPORTUNITY_FLAG | VARCHAR2 | 16 | The flag that represents whether a gig is a remote opportunity or not | ||||
| TIME_COMMITMENT | NUMBER | 38 | 0 | The amount of time we expect a team member to commit for the gig in hours | |||
| OPENINGS_COUNT | NUMBER | 38 | 0 | The number of openings in the gig | |||
| FILLED_COUNT | NUMBER | 38 | 0 | The number of applications for the gig | |||
| GIG_COUNT | NUMBER | 38 | 0 | Count of Gigs |
Copyright © 2019, 2024, Oracle and/or its affiliates.