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


TABLE: HR.PER_PROPOSAL_CATEGORY_MEMBERS

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


PER_PROPOSAL_CATEGORY_MEMBERS holds the categories (or groupings) of
questions that are associated with a specific offer profile (or
template).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PER_PROPOSAL_CATEGORY_MEMBE_PK
  1. ColumnPROPOSAL_CATEGORY_MEMBER_ID
Indexes
Index Type Uniqueness Tablespace Column
PER_PROPOSAL_CATEGORY_MEMBE_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_CATEGORY_MEMBER_ID
PER_PROPOSAL_CATEGORY_MEMBE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPOSAL_CATEGORY_TYPE_ID
PER_PROPOSAL_CATEGORY_MEMBE_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_CATEGORY_TYPE_ID
Foreign Keys
Table
Foreign Table Foreign Key Column
PER_PROPOSAL_CATEGORY_MEMBERS PER_PROPOSAL_CATEGORY_MEMB_FK3 TablePER_PROPOSAL_CATEGORY_MEMBERS PER_PROPOSAL_CATEGORY_MEMBERS PARENT_CATEGORY_TYPE_ID
TablePER_PROPOSAL_CATEGORY_MEMBERS PER_PROPOSAL_CATEGORY_MEMB_FK3 PER_PROPOSAL_CATEGORY_MEMBERS PER_PROPOSAL_CATEGORY_MEMBERS PARENT_CATEGORY_TYPE_ID
TablePER_PROPOSAL_QUESTION_MEMBERS PER_PROPOSAL_QUESTION_MEMB_FK2 PER_PROPOSAL_CATEGORY_MEMBERS PER_PROPOSAL_QUESTION_MEMBERS PROPOSAL_CATEGORY_MEMBER_ID
Columns
Name Datatype Length Mandatory Comments
PROPOSAL_CATEGORY_MEMBER_ID NUMBER (15) Yes System-generated primary key column.
PROPOSAL_CATEGORY_TYPE_ID NUMBER (15) Yes Foreign key to PER_PROPOSAL_CATEGORY_TYPES.
PROPOSAL_TEMPLATE_ID NUMBER (15) Yes Foreign key to PER_PROPOSAL_TEMPLATES.
PARENT_CATEGORY_TYPE_ID NUMBER (15)
Foreign key to PER_PROPOSAL_CATEGORY_MEMBERS. This column is named incorrectly.
CATEGORY_DISPLAY_ORDER NUMBER (5) Yes The order the cateogies within a parent category will display on the Web Offers page.
PARENT_DISPLAY_ORDER NUMBER (5)
The order that the categories will display on the Web Offer page.
DISPLAY_CATEGORY_HEADER VARCHAR2 (1)
If the category has a header defined in PER_PROPOSAL_CATEGORY_TYPES, indicate if the header should display on the Web Offer page.
TYPE VARCHAR2 (30)
Identifies theCategory Member 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 columns
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_MEMBER_ID
,      PROPOSAL_CATEGORY_TYPE_ID
,      PROPOSAL_TEMPLATE_ID
,      PARENT_CATEGORY_TYPE_ID
,      CATEGORY_DISPLAY_ORDER
,      PARENT_DISPLAY_ORDER
,      DISPLAY_CATEGORY_HEADER
,      TYPE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM HR.PER_PROPOSAL_CATEGORY_MEMBERS;

Dependencies

[top of page]

HR.PER_PROPOSAL_CATEGORY_MEMBERS does not reference any database object

HR.PER_PROPOSAL_CATEGORY_MEMBERS is referenced by following:

SchemaAPPS
SynonymPER_PROPOSAL_CATEGORY_MEMBERS
TriggerPER_PROPOSAL_CATEGORY_MEMB_WHO
SchemaPUBLIC
SynonymPER_PROPOSAL_CATEGORY_MEMBERS