[Home] [Help]
[Dependency Information]
Object Name: | PER_PROPOSAL_CATEGORY_TYPES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PER_PROPOSAL_CATEGORY_TYPES_PK | NORMAL | UNIQUE |
![]() |
![]() |
PER_PROPOSAL_CATEGORY_TYPES_UK | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
HR.PER_PROPOSAL_CATEGORY_TYPES does not reference any database object
HR.PER_PROPOSAL_CATEGORY_TYPES is referenced by following:
|
|
|