IRC_REQUISITIONS_B

Base table for Requisition details.

Details

  • Schema: FUSION

  • Object owner: IRC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

IRC_REQUISITIONS_B_PK

REQUISITION_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUISITION_ID NUMBER 18 Yes Primary Key of the table. System generated.
APPROVED_DATE TIMESTAMP Approved date of the requisition
INT_FIRST_POSTED_DATE TIMESTAMP First Internal Posted Date of Requisition
FILLED_DATE TIMESTAMP Stores the date at which Job Requisition is Filled
SUSPENDED_DURATION NUMBER 18 Suspended duration of the requisition in seconds
EXT_FIRST_POSTED_DATE TIMESTAMP First External Posted Date of Requisition
REQ_SOURCE_TYPE VARCHAR2 30 Stores the source type of the Requisition.
OBJECT_STATUS VARCHAR2 30 Yes Stores the status of the Object as a lookup code. The corresponding lookup type is ORA_IRC_OBJECT_STATUS.
REQUISITION_NUMBER VARCHAR2 240 Yes Unique readable number for the Requistion.
REQ_USAGE_CODE VARCHAR2 30 Yes Whether this instance is an actual Requisition or a Requisition Template. Stores the Requisition usage type as a lookup code. The corresponding lookup type is ORA_IRC_REQUISITION_USAGE.
RECRUITING_TYPE_CODE VARCHAR2 30 Stores the type of Recruiting as a lookup code. The corresponding lookup type is ORA_IRC_RECRUITING_TYPE. This colums accept NULL values.
CURRENT_PHASE_ID NUMBER 18 Yes Foreign key to IRC_PHASES_B table.
CURRENT_STATE_ID NUMBER 18 Yes Foreign key to IRC_STATES_B table.
PROCESS_ID NUMBER 18 Foreign Key to process table IRC_PROCESS_B : store the PROCESS_ID use to track the lifecycle of this Requisition.
PROCESS_TEMPLATE_ID NUMBER 18 Foreign Key to process table IRC_PROCESS_B : store the initial PROCESS_ID from which the proper PROCESS_ID of this requisition is an instance.
HIRING_MANAGER_ID NUMBER 18 Stores the PERSON_ID of the hiring manager for this Requisition. Foreign key to PER_PERSONS table.
MANAGER_ASSIGNMENT_ID NUMBER 18 Stores the ASSIGNMENT_ID of the hiring manager's assignment for this Requisition. Foreign key to PER_ALL_ASSIGNMENTS_M table.
RECRUITER_ID NUMBER 18 Foreign key to PER_PERSONS table.
RECRUITER_ASSIGNMENT_ID NUMBER 18 Stores the ASSIGNMENT_ID of the recruiter's assignment for this Requisition. Foreign key to PER_ALL_ASSIGNMENTS_M table.
REQUISITION_TEMPLATE_ID NUMBER 18 Stores the ID of the template associated to the requisition. Foreign key to IRC_REQUISITIONS_B table.
MANAGER_LEVEL VARCHAR2 30 Stores the manager level as a lookup code. The corresponding lookup type is MANAGER_LEVEL.
FULL_PART_TIME VARCHAR2 30 Stores whether the opening is for a full or part time job, as a lookup code. The corresponding lookup type is FULL_PART_TIME.
WORKER_TYPE_CODE VARCHAR2 30 Stores the worker type as a lookup code. The corresponding lookup type is PER_PERIOD_TYPE.
JOB_SHIFT_CODE VARCHAR2 30 Stores the job shift for this Requisition as a lookup code. The corresponding lookup type is ORA_IRC_JOB_SHIFT.
JOB_TYPE_CODE VARCHAR2 30 Stores the job type for this Requisition as a lookup code. The corresponding lookup type is ORA_IRC_JOB_TYPE.
STUDY_LEVEL_CODE VARCHAR2 30 Stores the study level for this Requisition as a lookup code. The corresponding lookup type is HRT_EDUCATION_LEVEL.
INT_EMPLOYER_DESC_ID NUMBER 18 Stores the ID of the internal employer description of the Requisition. Foreign key to IRC_DESCRIPTIONS_B table.
EXT_EMPLOYER_DESC_ID NUMBER 18 Stores the ID of the external employer description of the Requisition. Foreign key to IRC_DESCRIPTIONS_B table.
INT_ORGANIZATION_DESC_ID NUMBER 18 Stores the ID of the internal organization description of the Requisition. Foreign key to IRC_DESCRIPTIONS_B table.
EXT_ORGANIZATION_DESC_ID NUMBER 18 Stores the ID of the external organization description of the Requisition. Foreign key to IRC_DESCRIPTIONS_B table.
JOB_ID NUMBER 18 Foreign key to PER_JOBS_F table.
BUSINESS_UNIT_ID NUMBER 18 Foreign key to HR_ALL_ORGANIZATION_UNITS_F table.
JOB_FAMILY_ID NUMBER 18 Foreign key to PER_JOB_FAMILY_F
JOB_FUNCTION_CODE VARCHAR2 30 Stores the job function code for this Requisition as a lookup code. The corresponding lookup type is JOB_FUNCTION_CODE.
GEOGRAPHY_ID NUMBER 18 Foreign key to HZ_GEOGRAPHIES table.
GEOGRAPHY_NODE_ID NUMBER 18 Foreign key to IRC_GEO_HIER_NODES table.
LOCATION_ID NUMBER 18 Stores the primary work location of the requisition. Foreign key to PER_LOCATIONS.
ORGANIZATION_ID NUMBER 18 Foreign key to HR_ALL_ORGANIZATION_UNITS_F table.
LEGAL_EMPLOYER_ID NUMBER 18 Foreign key to HR_ALL_ORGANIZATION_UNITS_F table.
GRADE_ID NUMBER 18 Foreign key to PER_GRADES_F table.
DEPARTMENT_ID NUMBER 18 Foreign key to HR_ALL_ORGANIZATION_UNITS_F table.
JUSTIFICATION_CODE VARCHAR2 30 Stores the Justification for this Requisition as a lookup code. The corresponding lookup type is ORA_IRC_REQ_JUSTIFICATION.
REGULAR_TEMPORARY VARCHAR2 30 Stores whether the opening is for a regular or temporary job, as a lookup code. The corresponding lookup type is REGULAR_TEMPORARY.
NUMBER_TO_HIRE NUMBER 9 Stores the number of people to hire for this Requisition.
UNLIMITED_HIRE_FLAG VARCHAR2 1 Stores whether this Requisition can hire unlimited number of people.
HOT_JOB_FLAG VARCHAR2 1 Yes Stores whether this Requisition should be considerate as a Hot Job or not
WORKPLACE_TYPE_CODE VARCHAR2 30 Stores the Workplace type value for this Requisition, as a lookup code.The corresponding lookup type is ORA_IRC_WORKPLACE_TYPE.
EXT_CONTACT_NAME VARCHAR2 240 Stores the External Contact name
EXT_CONTACT_EMAIL VARCHAR2 240 Stores the External Contact email
INT_CONTACT_NAME VARCHAR2 240 Stores the Internal contact name
INT_CONTACT_EMAIL VARCHAR2 240 Stores the Internal contact email
INT_PUBLISH_JOB_STATUS VARCHAR2 30 Stores the Internal published job status
INT_PUBLISH_JOB_START_DATE DATE Internal published job start date.
INT_PUBLISH_JOB_END_DATE DATE Internal published job end date.
EXT_PUBLISH_JOB_STATUS VARCHAR2 30 Stores the external published job status
EXT_PUBLISH_JOB_START_DATE DATE External published job start date
EXT_PUBLISH_JOB_END_DATE DATE External published job end date
BUDGET_CURRENCY_CODE VARCHAR2 30 Stores the currency code for the budget for this Requisition. Foreign key to FND_CURRENCIES table.
SOURCING_BUDGET NUMBER Stores the sourcing budget for this Requisition.
TRAVEL_BUDGET NUMBER Stores the travel budget for this Requisition.
RELOCATION_BUDGET NUMBER Stores the relocation budget allocated for this Requisition.
EMPLOYEE_REFERRAL_BONUS NUMBER Stores the amount for employee referral bonus.
MIN_SALARY NUMBER Stores the minimum salary for this Requisition.
MAX_SALARY NUMBER Stores the maximum salary for this Requisition.
SALARY_FREQUENCY_CODE VARCHAR2 30 Stores the salary frequency as a lookup code. The corresponding lookup type is CMP_SALARY_BASIS.
SALARY_CURRENCY_CODE VARCHAR2 30 Stores the salary currency information. Foreign key to FND_CURRENCIES table.
PROFILE_ID NUMBER 18 Stores the corresponding job profile ID. Foreign key to HRT_PROFILES_B table.
DISPLAY_IN_ORG_CHART_FLAG VARCHAR2 1 Stores whether the requisition should appear in the Org Chart or not.
SYNC_JOB_VALUES_FLAG VARCHAR2 1 Store the boolean to indicate if, for a particular template, the values from "Job" object should always be synched with template
COMMENTS CLOB Stores comments about this requisition.
REQ_LAST_MODIFIED_DATE TIMESTAMP Stores the last modified date of the Requisition. It should be considered the equivalent of last update.
HIRED_COUNT NUMBER 9 Stores the number of candidates hired on this Requisition.
SUBS_PROCESS_TEMPLATE_ID NUMBER 18 Stores the ID of the process template that submissions on this requisition will follow.
EXTERNAL_APPLY_FLOW_ID NUMBER 18 Apply Flow used for external candidates applying on this requisition. Foreign key to IRC_APPLY_FLOWS_B table.
PIPELINE_REQUISITION_ID NUMBER 18 Stores the pipeline requisition the hiring requisition was created from Foreign key to IRC_REQUISITIONS_B
PIPELINE_REQUISITION_FLAG VARCHAR2 1 Stores whether the requisition is a pipeline requisition
APPLY_WHEN_NOT_POSTED_FLAG VARCHAR2 1 Stores whether the candidate can apply on a requisition when not posted.
POSITION_ID NUMBER 18 Stores the corresponding position ID. Foreign key to HR_ALL_POSITIONS_F table.
AUTOMATIC_FILL_FLAG VARCHAR2 1 Stores whether the requisition can be auto-filled.
EXTERNAL_DESCRIPTION_ID NUMBER 18 Stores the ID of the external description of the Requisition. Foreign key to IRC_DESCRIPTIONS_B table.
INTERNAL_DESCRIPTION_ID NUMBER 18 Stores the ID of the internal description of the Requisition. Foreign key to IRC_DESCRIPTIONS_B table.
REQ_USAGE_TYPE VARCHAR2 30 Whether this instance is an actual Stand Alone, Job Based or Position Based requisition template. Stores the Requisition usage type as a lookup code. The corresponding lookup type is ORA_IRC_REQUISITION_USAGE_TYPE.
OPEN_DATE TIMESTAMP Stores the date at which the job requisition was changed to Open phase.
AUTO_OPEN_REQUISITION VARCHAR2 30 Stores whether the requisition can be auto posted.
AUTO_UNPOST_REQUISITION VARCHAR2 30 Stores whether the requisition can be auto unposted. The corresponding lookup type is ORA_IRC_REQ_AUTO_UNPOST.
POSTING_EXPIRE_IN_DAYS NUMBER Stores the number of days after which the postings must expire.
UNPOST_FORMULA_ID NUMBER 18 References the formula used to unpost the requisition.
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.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP6 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP7 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP8 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP9 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP10 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE6 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE7 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE8 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE9 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE10 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER11 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER12 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER13 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER14 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER15 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER16 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER17 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER18 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER19 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER20 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR21 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR22 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR23 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR24 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR25 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR26 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR27 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR28 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR29 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR30 VARCHAR2 1000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
IRC_REQUISITIONS_B per_persons HIRING_MANAGER_ID
IRC_REQUISITIONS_B irc_apply_flows_b EXTERNAL_APPLY_FLOW_ID
IRC_REQUISITIONS_B per_locations LOCATION_ID
IRC_REQUISITIONS_B hrt_profiles_b PROFILE_ID
IRC_REQUISITIONS_B irc_descriptions_b EXTERNAL_DESCRIPTION_ID
IRC_REQUISITIONS_B irc_descriptions_b INT_EMPLOYER_DESC_ID
IRC_REQUISITIONS_B irc_descriptions_b EXT_EMPLOYER_DESC_ID
IRC_REQUISITIONS_B irc_descriptions_b INT_ORGANIZATION_DESC_ID
IRC_REQUISITIONS_B irc_descriptions_b EXT_ORGANIZATION_DESC_ID
IRC_REQUISITIONS_B per_persons RECRUITER_ID
IRC_REQUISITIONS_B irc_processes_b SUBS_PROCESS_TEMPLATE_ID
IRC_REQUISITIONS_B irc_requisitions_b PIPELINE_REQUISITION_ID
IRC_REQUISITIONS_B irc_descriptions_b INTERNAL_DESCRIPTION_ID
IRC_REQUISITIONS_B hr_all_positions_f POSITION_ID
IRC_REQUISITIONS_B hz_geographies GEOGRAPHY_ID
IRC_REQUISITIONS_B irc_phases_b CURRENT_PHASE_ID
IRC_REQUISITIONS_B irc_states_b CURRENT_STATE_ID
IRC_REQUISITIONS_B irc_requisitions_b REQUISITION_TEMPLATE_ID
IRC_REQUISITIONS_B irc_processes_b PROCESS_ID
IRC_REQUISITIONS_B irc_processes_b PROCESS_TEMPLATE_ID
IRC_REQUISITIONS_B irc_geo_hier_nodes GEOGRAPHY_NODE_ID
irc_campaign_tracking irc_requisitions_b REQUISITION_ID
irc_endorsements irc_requisitions_b REQUISITION_ID
irc_asmt_req_config irc_requisitions_b REQUISITION_ID
irc_favorite_jobs irc_requisitions_b REQUISITION_ID
irc_req_work_locations irc_requisitions_b REQUISITION_ID
irc_requisitions_dn irc_requisitions_b REQUISITION_ID
irc_prospects irc_requisitions_b REQUISITION_ID
irc_li_requisition_mapping irc_requisitions_b REQUISITION_ID
irc_is_req_auto_schedule irc_requisitions_b REQUISITION_ID
irc_rf_req_hits irc_requisitions_b REQUISITION_ID
irc_source_tracking irc_requisitions_b REQUISITION_ID
irc_req_media_links irc_requisitions_b REQUISITION_ID
irc_requisitions_b irc_requisitions_b PIPELINE_REQUISITION_ID
irc_requisitions_b irc_requisitions_b REQUISITION_TEMPLATE_ID
irc_camp_asset_urls irc_requisitions_b REQUISITION_ID
irc_is_coordntr_requests irc_requisitions_b REQUISITION_ID
irc_jd_req_postings irc_requisitions_b REQUISITION_ID
irc_cx_jobs_queue irc_requisitions_b REQUISITION_ID
irc_req_locations irc_requisitions_b REQUISITION_ID
irc_published_jobs irc_requisitions_b REQUISITION_ID
irc_agent_requisitions irc_requisitions_b REQUISITION_ID
irc_tc_req_config irc_requisitions_b REQUISITION_ID
irc_batch_offers irc_requisitions_b REQUISITION_ID
irc_rf_referrals irc_requisitions_b REQUISITION_ID
irc_rf_shares irc_requisitions_b REQUISITION_ID
irc_im_feedbk_requests irc_requisitions_b REQUISITION_ID
irc_camp_requisitions irc_requisitions_b REQUISITION_ID
irc_bc_req_accounts irc_requisitions_b REQUISITION_ID
irc_ja_notif_occur irc_requisitions_b REQUISITION_ID
irc_camp_asset_urls_b irc_requisitions_b REQUISITION_ID
irc_im_req_qstnrs irc_requisitions_b REQUISITION_ID
irc_ja_notif_process irc_requisitions_b REQUISITION_ID
irc_requisitions_tl irc_requisitions_b REQUISITION_ID
irc_is_schedules_b irc_requisitions_b REQUISITION_ID
irc_bc_req_sp_assgmnts irc_requisitions_b REQUISITION_ID
irc_im_feedbacks irc_requisitions_b REQUISITION_ID
irc_req_languages irc_requisitions_b REQUISITION_ID
irc_ice_app_drafts irc_requisitions_b REQUISITION_ID
irc_submissions irc_requisitions_b REQUISITION_ID

Indexes

Index Uniqueness Tablespace Columns
IRC_REQUISITIONS_B_FK1 Non Unique Default HIRING_MANAGER_ID
IRC_REQUISITIONS_B_FK10 Non Unique Default EXTERNAL_APPLY_FLOW_ID
IRC_REQUISITIONS_B_FK12 Non Unique Default LOCATION_ID
IRC_REQUISITIONS_B_FK13 Non Unique Default PROFILE_ID
IRC_REQUISITIONS_B_FK16 Non Unique Default INT_EMPLOYER_DESC_ID
IRC_REQUISITIONS_B_FK17 Non Unique Default EXT_EMPLOYER_DESC_ID
IRC_REQUISITIONS_B_FK18 Non Unique Default INT_ORGANIZATION_DESC_ID
IRC_REQUISITIONS_B_FK19 Non Unique Default EXT_ORGANIZATION_DESC_ID
IRC_REQUISITIONS_B_FK2 Non Unique Default RECRUITER_ID
IRC_REQUISITIONS_B_FK20 Non Unique Default SUBS_PROCESS_TEMPLATE_ID
IRC_REQUISITIONS_B_FK21 Non Unique Default PIPELINE_REQUISITION_ID
IRC_REQUISITIONS_B_FK24 Non Unique Default POSITION_ID
IRC_REQUISITIONS_B_FK3 Non Unique Default GEOGRAPHY_ID
IRC_REQUISITIONS_B_FK4 Non Unique Default CURRENT_PHASE_ID
IRC_REQUISITIONS_B_FK5 Non Unique Default CURRENT_STATE_ID
IRC_REQUISITIONS_B_FK6 Non Unique Default REQUISITION_TEMPLATE_ID
IRC_REQUISITIONS_B_FK7 Non Unique Default PROCESS_ID
IRC_REQUISITIONS_B_FK8 Non Unique Default PROCESS_TEMPLATE_ID
IRC_REQUISITIONS_B_FK9 Non Unique Default GEOGRAPHY_NODE_ID
IRC_REQUISITIONS_B_N1 Non Unique Default BUDGET_CURRENCY_CODE
IRC_REQUISITIONS_B_N10 Non Unique Default RECRUITER_ASSIGNMENT_ID
IRC_REQUISITIONS_B_N11 Non Unique Default SALARY_CURRENCY_CODE
IRC_REQUISITIONS_B_N12 Non Unique Default UPPER("REQUISITION_NUMBER")
IRC_REQUISITIONS_B_N2 Non Unique Default BUSINESS_UNIT_ID
IRC_REQUISITIONS_B_N3 Non Unique Default DEPARTMENT_ID
IRC_REQUISITIONS_B_N4 Non Unique Default GRADE_ID
IRC_REQUISITIONS_B_N5 Non Unique Default JOB_FAMILY_ID
IRC_REQUISITIONS_B_N6 Non Unique Default JOB_ID
IRC_REQUISITIONS_B_N7 Non Unique Default LEGAL_EMPLOYER_ID
IRC_REQUISITIONS_B_N8 Non Unique Default MANAGER_ASSIGNMENT_ID
IRC_REQUISITIONS_B_N9 Non Unique Default ORGANIZATION_ID
IRC_REQUISITIONS_B_PK Unique Default REQUISITION_ID
IRC_REQUISITIONS_B_U1 Unique Default REQ_USAGE_CODE, REQUISITION_NUMBER