Search Results rating_meaning
Overview
APPS.PER_PAY_PROPOSALS_V2 is a supplementary Oracle E-Business Suite view owned by the APPS schema and registered in FND Design Data as PER.PER_PAY_PROPOSALS_V2. It belongs to the Oracle Human Resources (PER) product family and is classified as a "supplementary view used to simplify forms coding." Oracle explicitly warns that this view is not intended for direct customer querying or DML, and that its definition may change dramatically across minor or major releases. Consequently, it should be treated as a forms-support artifact rather than a stable public API.
Functionally, the view exposes salary and compensation proposal data — proposed salary amounts, performance ratings, proposal reasons, review dates, and descriptive Flexfield attributes — joined to lookup meanings so that Oracle Forms can render decoded values without additional programmatic lookups. The presence of the RATING_MEANING column, which is the attribute referenced in the user's search, reflects the view's practice of resolving coded lookup values (such as performance rating codes) into their human-readable meanings for display in the Pay Proposals form.
Underlying Base Objects
Per the ETRM metadata, the view is defined over the following documented base objects:
- PER_PAY_PROPOSALS (synonym) — the primary transactional table holding salary proposal records.
- PER_PERFORMANCE_REVIEWS (synonym) — the source of performance review context, including rating codes and review dates.
- HR_LOOKUPS (view) — the lookup view that resolves coded values such as
PERFORMANCE_RATINGandPROPOSAL_REASONinto their correspondingRATING_MEANINGandREASON_MEANINGtext. - HR_API (package) — the HR API package referenced by the view logic, typically for deriving or validating values.
The view therefore joins proposal data with review and lookup metadata, producing a forms-ready projection.
Key Columns
- PAY_PROPOSAL_ID — primary identifier of the salary proposal record.
- PERFORMANCE_RATING — coded lookup value for the employee's rating; RATING_MEANING is its decoded display text (VARCHAR2(80)).
- PROPOSAL_REASON / REASON_MEANING — the coded and decoded justification for the proposal.
- PROPOSED_SALARY / PROPOSED_SALARY_N — the proposed amount in display and numeric form.
- REVIEW_DATE, CHANGE_DATE, NEXT_SAL_REVIEW_DATE, LAST_CHANGE_DATE — key dates governing the proposal lifecycle.
- BUSINESS_GROUP_ID, ASSIGNMENT_ID, PERFORMANCE_REVIEW_ID — HR context keys linking the proposal to a business group, assignment, and review.
- APPROVED, FORCED_RANKING, MULTIPLE_COMPONENTS — status and ranking indicators.
- ATTRIBUTE1..20, ATTRIBUTE_CATEGORY — descriptive Flexfield segments.
- OBJECT_VERSION_NUMBER and WHO columns — standard concurrency and audit fields.
Common Use Cases and Queries
Because Oracle discourages querying this view directly, the recommended practical approach is to read the same data from PER_PAY_PROPOSALS joined to HR_LOOKUPS, thereby avoiding exposure to view changes. A representative (read-only) query resembling the view's intent is:
SELECT ppp.pay_proposal_id, ppp.performance_rating, hl.meaning rating_meaning, ppp.proposed_salaryFROM per_pay_proposals ppp, hr_lookups hlWHERE hl.lookup_type = 'PERFORMANCE_RATING'AND hl.lookup_code = ppp.performance_rating;
Typical scenarios include reviewing historical salary proposals alongside rated performance outcomes, reconciling approved versus pending proposals, and validating Flexfield attribute values. Where rating_meaning is required, always join to HR_LOOKUPS to guarantee the correct lookup type and language.
-
VIEW: APPS.PER_PAY_PROPOSALS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V2, object_name:PER_PAY_PROPOSALS_V2, status:VALID,
-
VIEW: APPS.PER_PERFORMANCE_REVIEWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS_V, object_name:PER_PERFORMANCE_REVIEWS_V, status:VALID,
-
VIEW: APPS.PER_PAY_PROPOSALS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V2, object_name:PER_PAY_PROPOSALS_V2, status:VALID,
-
VIEW: APPS.PER_PAY_PROPOSALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V, object_name:PER_PAY_PROPOSALS_V, status:VALID,
-
VIEW: APPS.PER_PERFORMANCE_REVIEWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS_V, object_name:PER_PERFORMANCE_REVIEWS_V, status:VALID,
-
VIEW: APPS.PER_PAY_PROPOSALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V, object_name:PER_PAY_PROPOSALS_V, status:VALID,
-
View: PER_PAY_PROPOSALS_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V2, object_name:PER_PAY_PROPOSALS_V2, status:VALID, product: PER - Human Resources , description: Used to support user-interface , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V2 ,
-
View: PER_PERFORMANCE_REVIEWS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS_V, object_name:PER_PERFORMANCE_REVIEWS_V, status:VALID, product: PER - Human Resources , description: Used to support user-interface. , implementation_dba_data: APPS.PER_PERFORMANCE_REVIEWS_V ,
-
View: PER_PAY_PROPOSALS_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V2, object_name:PER_PAY_PROPOSALS_V2, status:VALID, product: PER - Human Resources , description: Used to support user-interface , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V2 ,
-
View: PER_PERFORMANCE_REVIEWS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PERFORMANCE_REVIEWS_V, object_name:PER_PERFORMANCE_REVIEWS_V, status:VALID, product: PER - Human Resources , description: Used to support user-interface. , implementation_dba_data: APPS.PER_PERFORMANCE_REVIEWS_V ,
-
VIEW: APPS.HRU_SALARY_PROPOSALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRU_SALARY_PROPOSALS, object_name:HRU_SALARY_PROPOSALS, status:VALID,
-
VIEW: APPS.HRU_SALARY_PROPOSALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRU_SALARY_PROPOSALS, object_name:HRU_SALARY_PROPOSALS, status:VALID,
-
View: PER_PAY_PROPOSALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V, object_name:PER_PAY_PROPOSALS_V, status:VALID, product: PER - Human Resources , description: Employee salary proposal and performance review information. , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V ,
-
View: PER_PAY_PROPOSALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PAY_PROPOSALS_V, object_name:PER_PAY_PROPOSALS_V, status:VALID, product: PER - Human Resources , description: Employee salary proposal and performance review information. , implementation_dba_data: APPS.PER_PAY_PROPOSALS_V ,
-
View: HRU_SALARY_PROPOSALS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRU_SALARY_PROPOSALS, object_name:HRU_SALARY_PROPOSALS, status:VALID, product: PER - Human Resources , description: Lists salary proposals including their components, also used to upload slary proposals via ADE. , implementation_dba_data: APPS.HRU_SALARY_PROPOSALS ,
-
View: HRU_SALARY_PROPOSALS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HRU_SALARY_PROPOSALS, object_name:HRU_SALARY_PROPOSALS, status:VALID, product: PER - Human Resources , description: Lists salary proposals including their components, also used to upload slary proposals via ADE. , implementation_dba_data: APPS.HRU_SALARY_PROPOSALS ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,