PON_NEGOTIATION_STYLES_B

PON_NEGOTIATION_STYLES stores negotiation style related information.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PON_NEGOTIATION_STYLES_B_PK

STYLE_ID

Columns

Name Datatype Length Precision Not-null Comments
STYLE_ID NUMBER 18 Yes Style id
STATUS VARCHAR2 30 Yes Style status: ACTIVE or INACTIVE
SYSTEM_FLAG VARCHAR2 1 Y/N flag to indicate if the style is created by user or seeded.
LINE_ATTRIBUTE_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if the attribute is enabled.
LINE_MAS_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if MAS is enabled.
PRICE_ELEMENT_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if price element is enabled.
RFI_LINE_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if line is enabled, applicable to RFI.
LOT_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if lot is enabled.
GROUP_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if group is enabled.
LARGE_NEG_ENABLED_FLAG VARCHAR2 1 E/D flag to indicate if large negotiation is enabled.
HDR_ATTRIBUTE_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if header attribute is enabled.
NEG_TEAM_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if collaboration team is enabled.
PROXY_BIDDING_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if proxy bidding is enabled.
POWER_BIDDING_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if power bidding is enabled.
AUTO_EXTEND_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if auto-extension is enabled.
TEAM_SCORING_ENABLED_FLAG VARCHAR2 1 E/D flag to indicate if team scoring is enabled. If team scoring is enabled, the value is "E". Otherwise, the value is "D".
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
QTY_PRICE_TIERS_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if quantity based price tiers is enabled
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.
COVER_PAGE_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether cover page is enabled.
TWOSTAGE_EVAL_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether two stage evaluation is enabled.
GENERAL_INTRO_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether general introduction section is enabled.
TERMS_INSTR_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether terms instruction is enabled.
STAG_CLOSE_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether staggered closing is enabled.
ABSTRACT_ENABLED_FLAG VARCHAR2 1 E/D flag to indicate whether abstract is enabled. If abstract is enabled, the value is "E". Otherwise, the value is "D".
REQMNTS_INSTR_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether requirements instruction is enabled.
LINES_INSTR_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether lines instruction is enabled.
CONTERMS_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether contract terms is eanbled.
STYLE_CODE VARCHAR2 240 Yes Style code
ALTERNATE_LINES_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether alternate response lines is enabled.
PROJECTS_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether projects is enabled.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
LINE_DEFAULTS_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate if line defaults is enabled.
RESP_SPSHET_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether Response by Spreadsheet is enabled.
RESP_XML_SPSHET_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether XML Response spreadsheet with Requirements and Lines is enabled.
RESP_LINES_SPSHET_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether Linear Response Line spreadsheet is enabled.
RESP_REQT_SPSHET_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether XML Response spreadsheet with Requirements only is enabled.
INTERNAL_CF_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether Header level Internal Cost Factors is enabled.
OVERALL_RESP_RANK_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether Overall response rank is enabled.
INTERNAL_CF_LINES_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether Line level Internal Cost Factors is enabled.
INTERNAL_CF_SUM_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether parent level Internal Cost Factors is enabled.
PREBID_ENABLED_FLAG VARCHAR2 1 Indicates whether prebid is enabled in negotiation style. If prebid is enabled, the value will be "Y". Otherwise, the value will be "N".
LINE_DECREMENT_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether line level decrement is enabled.
SPLIT_NEG_PDF_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether to split the negotiation document.
NOTIFY_CONTACTS_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether to show notify to contacts column for suppliers.
COVER_TEXT_GEN_AI_ENABLED_FLAG VARCHAR2 1 Y/N flag to indicate whether to enable GenAI assist for negotiation cover text.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
pon_auction_headers_all pon_negotiation_styles_b STYLE_ID
pon_doctype_styles_b pon_negotiation_styles_b STYLE_ID
pon_negotiation_styles_tl pon_negotiation_styles_b STYLE_ID

Indexes

Index Uniqueness Tablespace Columns
PON_NEGOTIATION_STYLES_B_U1 Unique Default STYLE_ID, ORA_SEED_SET1
PON_NEGOTIATION_STYLES_B_U11 Unique Default STYLE_ID, ORA_SEED_SET2
PON_NEGOTIATION_STYLES_B_U2 Unique Default STYLE_CODE, ORA_SEED_SET1
PON_NEGOTIATION_STYLES_B_U21 Unique Default STYLE_CODE, ORA_SEED_SET2