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


TABLE: HR.PER_PROPOSAL_TEMPLATES

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


PER_PROPOSAL_TEMPLATES contains groupings of Web Candidate Offer
questions that will be displayed to a hiring manager. First create
questions (PER_PROPOSAL_QUESTION_TYPES) and categories
(PER_PROPOSAL_CATEGORY_TYPES), then connect the categories to the
template (PER_PROPOSAL_CATEGORY_MEMBERS) and finally questions to the
template's categories (PER_PROPOSAL_QUESTION_MEMBERS).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PER_PROPOSAL_TEMPLATES_PK
  1. ColumnPROPOSAL_TEMPLATE_ID
Unique Key: PER_PROPOSAL_TEMPLATES_UK1
  1. ColumnPROPOSAL_NAME
Indexes
Index Type Uniqueness Tablespace Column
PER_PROPOSAL_TEMPLATES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_TEMPLATE_ID
PER_PROPOSAL_TEMPLATES_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_NAME
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_TEMPLATE_ID NUMBER (15) Yes System-generated primary key column.
PROPOSAL_NAME VARCHAR2 (80) Yes Name of the Candidate Offer Template or Profile. This is what the hiring manager sees in her select list.
DESCRIPTION VARCHAR2 (240)
An optional description of the Candidate Offer Profille or Template.
TYPE VARCHAR2 (30)
The type of proposal.
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_TEMPLATE_ID
,      PROPOSAL_NAME
,      DESCRIPTION
,      TYPE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM HR.PER_PROPOSAL_TEMPLATES;

Dependencies

[top of page]

HR.PER_PROPOSAL_TEMPLATES does not reference any database object

HR.PER_PROPOSAL_TEMPLATES is referenced by following:

SchemaAPPS
SynonymPER_PROPOSAL_TEMPLATES
TriggerPER_PROPOSAL_TEMPLATES_WHO
SchemaPUBLIC
SynonymPER_PROPOSAL_TEMPLATES