PO_INTAKE_REQUEST_TEMPLATES

Stores definitions and defaults used to create intake requests, including workflow and outcome settings.

Details

  • Schema: FUSION

  • Object owner: PO

  • Object type: TABLE

  • Tablespace: po_intake_request_templates

Primary Key

Name Columns

PO_INTAKE_REQUEST_TEMPLATES_PK

INTAKE_REQUEST_TEMPLATE_ID

Columns

Name Datatype Length Precision Not-null Comments
INTAKE_REQUEST_TEMPLATE_ID NUMBER Yes Unique identifier of the intake request template record.
INTAKE_REQUEST_TEMPLATE_TITLE VARCHAR2 80 Display title assigned to the intake request template.
DESCRIPTION VARCHAR2 4000 Description text for the intake request template definition.
STATUS_CODE VARCHAR2 30 Current lifecycle status code of the intake request template document.
PRC_BU_ID NUMBER 18 Requisition business unit identifier for the intake request template.
DEFAULT_BUYER_ID NUMBER Default buyer identifier applied by this template.
IR_EVALUATION_AI_AGENT_CODE VARCHAR2 200 AI agent code used for intake request evaluation activities.
IR_OUTCOME_AI_AGENT_CODE VARCHAR2 200 AI agent code used to generate outcome recommendations.
SUMMARIZATION_AI_AGENT_CODE VARCHAR2 200 Code of the AI agent that summarizes intake request details.
MULTI_LINE_ENABLED_FLAG VARCHAR2 1 Flag that indicates whether multiple lines are allowed by template.
APPROVAL_TASK_TYPE_CODE VARCHAR2 30 Approval workflow task type code associated to this template.
AUTOMATIC_OUTCOME_FLAG VARCHAR2 1 Flag indicating automatic creation of an outcome document.
MS_TEAMS_CHANNEL VARCHAR2 2000 Microsoft Teams channel used for request collaboration messages.
OUTCOME_DOC_TYPE_CODE VARCHAR2 30 Outcome document type code produced by this template.
QUESTIONNAIRE_ID NUMBER 18 Identifier of the questionnaire associated to this intake template.
JOURNEY_TEMPLATE_ID NUMBER 18 Identifier of the related HCM Journey template configuration.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
OUTCOME_OWNER_ID NUMBER 18 Represents outcome document owner id.
NEGOTIATION_TEMPLATE_ID NUMBER 18 Identifier of the template used to create the Negotiation.
AUTOSUBMIT_REQ_APPROVAL_FLAG VARCHAR2 1 Flag indicates whether the intake request form is allowed for edit after submission.
ALLOW_EDIT_AFTER_SUBMIT VARCHAR2 1 Signifies whether the intake request form is allowed for edit after submission.
INCLUDE_SHORT_LIST_FLAG VARCHAR2 1 Flag Indicates whether to include the template in short list.

Indexes

Index Uniqueness Tablespace Columns
PO_INTAKE_REQUEST_TEMPLATES_U1 Unique Default INTAKE_REQUEST_TEMPLATE_ID