IRC_MP_GIGS_B
The table that contains the properties of gigs
Details
-
Schema: FUSION
-
Object owner: IRC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
IRC_MP_GIGS_B_PK |
GIG_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
GIG_ID | NUMBER | 18 | Yes | Primary key of the Gig which is unique to each gig | |
GIG_NUMBER | VARCHAR2 | 240 | Gig number is associated with each gig that is visible to the user | ||
GIG_MANAGER_PERSON_ID | NUMBER | 18 | The id that represents the employee who is the gig manager. Foreign key to the table PER_PERSONS | ||
CREATOR_PERSON_ID | NUMBER | 18 | The id that represents the employee who created the gig. Foreign key to the table PER_PERSONS | ||
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 | |||
TIME_COMMITMENT | NUMBER | 3 | The amount of time we expect a team member to commit for the gig | ||
STATUS_CODE | VARCHAR2 | 30 | The code of the status that represents the gig state. | ||
ORGANIZATION_ID | NUMBER | 18 | Foreign key to HR_ALL_ORGANIZATION_UNITS_F table. | ||
GEOGRAPHY_NODE_ID | NUMBER | 18 | Foreign key to IRC_GEO_HIER_NODES table. | ||
REMOTE_OPPORTUNITY_FLAG | VARCHAR2 | 1 | The flag that represents whether a gig is a remote opportunity ot not | ||
OBJECT_STATUS | VARCHAR2 | 30 | Represents the status of the object | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
LOCATION_ID | NUMBER | 18 | Obsolete column, please use GEOGRAPHY_NODE_ID column for persisting gig location. | ||
PROFILE_ID | NUMBER | 18 | Stores the corresponding job profile ID. Foreign key to HRT_PROFILES_B table. | ||
OPENINGS_COUNT | NUMBER | 9 | Yes | This column represents the number of applications that can be assigned for a given Gig | |
FILLED_COUNT | NUMBER | 9 | Yes | This column represents the number of assigned applications for a given Gig | |
CLASSIFY_ORG_ID | NUMBER | 18 | To store organization id for gig classification purpose.Foreign key to HR_ALL_ORGANIZATION_UNITS_F table. | ||
CLASSIFY_BU_ID | NUMBER | 18 | To store business unit id for gig classification purpose. Foreign key to HR_ALL_ORGANIZATION_UNITS_F table | ||
CLASSIFY_JOB_FAMILY_ID | NUMBER | 18 | To store job family id for gig classification purpose. Foreign key to per_job_family_f table | ||
CLASSIFY_JOB_FUNC_CODE | VARCHAR2 | 30 | To store job function lookup code for gig classification purpose. The corresponding lookup type is JOB_FUNCTION_CODE |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
IRC_MP_GIGS_B | per_persons | CREATOR_PERSON_ID |
IRC_MP_GIGS_B | irc_geo_hier_nodes | GEOGRAPHY_NODE_ID |
IRC_MP_GIGS_B | hrt_profiles_b | PROFILE_ID |
IRC_MP_GIGS_B | hr_all_organization_units_f | CLASSIFY_ORG_ID |
IRC_MP_GIGS_B | fun_all_business_units_v | CLASSIFY_BU_ID |
IRC_MP_GIGS_B | per_job_family_f | CLASSIFY_JOB_FAMILY_ID |
irc_mp_gig_media_links | irc_mp_gigs_b | GIG_ID |
irc_mp_prospects | irc_mp_gigs_b | GIG_ID |
irc_mp_benefits_b | irc_mp_gigs_b | GIG_ID |
irc_mp_gig_applications | irc_mp_gigs_b | GIG_ID |
irc_mp_gig_classifications | irc_mp_gigs_b | GIG_ID |
irc_mp_ignored_candidates | irc_mp_gigs_b | GIG_ID |
irc_mp_gigs_tl | irc_mp_gigs_b | GIG_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
IRC_MP_GIGS_B_FK1 | Non Unique | Default | CREATOR_PERSON_ID |
IRC_MP_GIGS_B_FK2 | Non Unique | Default | GEOGRAPHY_NODE_ID |
IRC_MP_GIGS_B_FK3 | Non Unique | Default | ORGANIZATION_ID |
IRC_MP_GIGS_B_FK4 | Non Unique | Default | PROFILE_ID |
IRC_MP_GIGS_B_FK5 | Non Unique | Default | CLASSIFY_ORG_ID |
IRC_MP_GIGS_B_FK6 | Non Unique | Default | CLASSIFY_BU_ID |
IRC_MP_GIGS_B_FK7 | Non Unique | Default | CLASSIFY_JOB_FAMILY_ID |
IRC_MP_GIGS_B_PK | Unique | Default | GIG_ID |