DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.PER_PROPOSAL_CATEGORY_TYPES

Object Details
Object Name: PER_PROPOSAL_CATEGORY_TYPES
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.PER_PROPOSAL_CATEGORY_TYPES
Subobject Name:
Status: VALID


PER_PROPOSAL_CATEGORY_TYPES holds general categories that a user may
want to use to connect questions to a web offer profile. Some
examples of categories are 'Rehire Information', 'Bonuses', 'Salary
Information'.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PER_PROPOSAL_CATEGORY_TYPES_PK
  1. ColumnPROPOSAL_CATEGORY_TYPE_ID
Indexes
Index Type Uniqueness Tablespace Column
PER_PROPOSAL_CATEGORY_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_CATEGORY_TYPE_ID
PER_PROPOSAL_CATEGORY_TYPES_UK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCATEGORY_NAME
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_CATEGORY_TYPE_ID NUMBER (15) Yes System-generated primary key column.
CATEGORY_NAME VARCHAR2 (80) Yes A unique name for the category. This is what displays to the hiring manger on the web offers page.
HEADING_TEXT VARCHAR2 (2000)
A category can have a heading that displays above the cateogry name on the web offers page. You can indicate in PER_PROPOSAL_CATEGORY_MEMBERS if the heading should display for a specific profile or template.
NOTE_TEXT VARCHAR2 (2000)
If this field is filled in, the category will have field-level help attached to it on the web offers page.
FOOTER_TEXT VARCHAR2 (2000)
Not used at this time.
HELP_TEXT VARCHAR2 (2000)
Not used at this time.
TYPE VARCHAR2 (30)
Identifies the Category Type as being for either a Candidate Offer or an Appraisal Questionnaire
LAST_UPDATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
CREATION_DATE DATE

Standard who column
CREATED_BY NUMBER (15)
Standard who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROPOSAL_CATEGORY_TYPE_ID
,      CATEGORY_NAME
,      HEADING_TEXT
,      NOTE_TEXT
,      FOOTER_TEXT
,      HELP_TEXT
,      TYPE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM HR.PER_PROPOSAL_CATEGORY_TYPES;

Dependencies

[top of page]

HR.PER_PROPOSAL_CATEGORY_TYPES does not reference any database object

HR.PER_PROPOSAL_CATEGORY_TYPES is referenced by following:

SchemaAPPS
SynonymPER_PROPOSAL_CATEGORY_TYPES
TriggerPER_PROPOSAL_CATEGORY_TYPE_WHO
SchemaPUBLIC
SynonymPER_PROPOSAL_CATEGORY_TYPES