Search Results budget_category_code
Overview
IGW_PRPO_ROLES_DETAILS_V is a public synonym view owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It belongs to the Grants Management module (the IGW product short name) and, within that module, to the Proposal Roles and Personnel sub-entity used by the Oracle Grants Proposal (PRPO) application. The view surfaces the attributes that describe a proposal role line as it is recorded against a proposal and its associated budget period: role identity, headcount, salary basis, requested salary, person-months, and the date range over which the role is funded.
The object is not a transactional reporting view over live data. Its defining SQL statement selects literal values and constants from the Oracle DUAL table. Consequently the view always returns exactly one synthetic row regardless of the caller, the operating unit, or the contents of any Grants table. This construction is typical of Oracle ETRM "documented view" stubs that preserve the interface and column list of a legacy or internal view while suppressing the proprietary join logic from the published documentation set.
Underlying Base Objects
The ETRM metadata for this view is explicit: the only referenced object is DUAL, the built-in one-row, one-column dictionary table supplied by the Oracle database. No base tables or additional views are documented as dependencies for this object.
In a functioning Grants Management implementation, a proposal role details view would normally draw on the Grants proposal role schema, such as IGW_PROP_ROLE_DETAILS and its parent proposal and budget period entities. The metadata provided here records none of those dependencies, and the DUAL-based view text corroborates that no such joins exist in the documented definition. The structure of the projection nevertheless mirrors the column layout a caller would expect from the proposal role details entity.
The column names in the projection map directly to the business attributes of a proposal role line: PROPOSAL_ID and BUDGET_PERIOD_ID identify the proposal and funding period; PROPOSAL_ROLE_CODE and PROPOSAL_ROLE name the role; NO_OF_PERSONS and PERSON_MONTHS quantify effort; BASE_SALARY and SALARY_REQUESTED carry the compensation figures; BUDGET_CATEGORY_CODE classifies the expenditure; and PERIOD_BEGINNING_DATE and PERIOD_END_DATE bound the role's active dates.
Key Columns
- NO_OF_PERSONS — Number of persons assigned to the proposal role. Returned as the constant 1.
- PROPOSAL_ROLE_CODE — Code identifying the role, for example the code value behind a role such as Principal Investigator or Co-Investigator. Returned as the literal 'PROPOSAL_ROLE_CODE'.
- PROPOSAL_ROLE — Descriptive name of the role. Returned as the literal 'PROPOSAL_ROLE'.
- BASE_SALARY — Base salary used as the calculation basis for the role. Returned as the constant 1000.
- BUDGET_CATEGORY_CODE — Budget category to which the role cost is charged. Returned as the literal 'BUDGET_CATEGORY_CODE'.
- PERIOD_BEGINNING_DATE — Start date of the budget period for which the role is funded. Returned as TO_DATE('01-01-00','DD:MM:YY').
- PERIOD_END_DATE — End date of the budget period for which the role is funded. Returned as TO_DATE('31-01-10','DD:MM:YY').
- PERSON_MONTHS — Effort expressed in person-months. Returned as the constant 1.
- SALARY_REQUESTED — Salary amount requested for the role. Returned as the constant 1000.
- PROPOSAL_ID — Identifier of the parent proposal. Returned as the constant 1.
- BUDGET_PERIOD_ID — Identifier of the budget period. Returned as the constant 1.
Common Use Cases and Queries
Because the view returns constants, it is used for interface validation, column-name discovery, and report layout prototyping rather than for operational reporting against live Grants data. A caller investigating the term proposal_role_code, the query that located this object, will typically inspect the view definition and structure as shown below.
- Column discovery —
SELECT * FROM apps.igw_prpo_roles_details_v;returns the single synthetic row documenting the column list. - Role line inspection —
SELECT proposal_id, proposal_role_code, proposal_role, salary_requested FROM apps.igw_prpo_roles_details_v;demonstrates the projection without touching live proposal data. - Date formatting checks —
SELECT period_beginning_date, period_end_date FROM apps.igw_prpo_roles_details_v;exercises the date literals as rendered by the view text. - Definition review — Querying DBA_VIEWS or ALL_VIEWS for the object confirms the DUAL-based SELECT statement and the APPS ownership.
For production reporting on proposal roles, personnel, and salary requests, the live Grants tables such as IGW_PROP_ROLE_DETAILS should be queried directly, as this view is intended only to document the public interface.
-
VIEW: APPS.IGW_PRPO_ROLES_DETAILS_V
12.1.1
-
View: IGW_BUDGET_EXPENDITURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_EXPENDITURES_V, object_name:IGW_BUDGET_EXPENDITURES_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_BUDGET_EXPENDITURES_V ,
-
APPS.IGW_REPORT_PROCESSING SQL Statements
12.1.1
-
View: IGW_BUDGET_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_DETAILS_V, object_name:IGW_BUDGET_DETAILS_V, status:VALID, product: IGW - Grants Proposal , description: 10SC Only , implementation_dba_data: APPS.IGW_BUDGET_DETAILS_V ,
-
View: IGW_BUDGET_COMPLETE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_COMPLETE_V, object_name:IGW_BUDGET_COMPLETE_V, status:VALID, product: IGW - Grants Proposal , description: View to display overhead amounts and employee benefit amounts for budget lines , implementation_dba_data: APPS.IGW_BUDGET_COMPLETE_V ,
-
VIEW: APPS.IGW_BUDGET_DETAILS_V
12.1.1
-
View: IGW_BUDGET_DETAILS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_BUDGET_COMPLETE_V
12.1.1
-
View: IGW_EXPENDITURE_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_EXPENDITURE_CATEGORIES_V, object_name:IGW_EXPENDITURE_CATEGORIES_V, status:VALID, product: IGW - Grants Proposal , implementation_dba_data: APPS.IGW_EXPENDITURE_CATEGORIES_V ,
-
VIEW: APPS.IGW_BUDGET_EXPENDITURES_V
12.1.1
-
View: IGW_BUDGET_COMPLETE_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View to display overhead amounts and employee benefit amounts for budget lines , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGW.IGW_REPORT_BUDGET_SEED
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_REPORT_BUDGET_SEED, object_name:IGW_REPORT_BUDGET_SEED, status:VALID,
-
View: IGW_BUDGET_EXPENDITURES_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: IGW_EXPENDITURE_CATEGORIES_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_PRPO_PERSON_DETAILS_V
12.1.1
-
VIEW: APPS.IGW_BUDGET_LINE_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_LINE_CATEGORY_V, object_name:IGW_BUDGET_LINE_CATEGORY_V, status:VALID,
-
VIEW: APPS.IGW_PRPO_ROLES_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_ROLES_DETAILS_V, object_name:IGW_PRPO_ROLES_DETAILS_V, status:VALID,
-
VIEW: APPS.IGW_EXPENDITURE_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_EXPENDITURE_CATEGORIES_V, object_name:IGW_EXPENDITURE_CATEGORIES_V, status:VALID,
-
VIEW: APPS.IGW_EXPENDITURE_CATEGORIES_V
12.1.1
-
VIEW: APPS.IGW_BUDGET_EXPENDITURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_EXPENDITURES_V, object_name:IGW_BUDGET_EXPENDITURES_V, status:VALID,
-
VIEW: APPS.IGW_BUDGET_COMPLETE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_COMPLETE_V, object_name:IGW_BUDGET_COMPLETE_V, status:VALID,
-
VIEW: APPS.IGW_BUDGET_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_CATEGORY_V, object_name:IGW_BUDGET_CATEGORY_V, status:VALID,
-
VIEW: APPS.IGW_BUDGET_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_DETAILS_V, object_name:IGW_BUDGET_DETAILS_V, status:VALID,
-
VIEW: APPS.IGW_PRPO_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_PERSON_DETAILS_V, object_name:IGW_PRPO_PERSON_DETAILS_V, status:VALID,
-
TABLE: IGW.IGW_EXPENDITURE_CATEGORIES
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_EXPENDITURE_CATEGORIES, object_name:IGW_EXPENDITURE_CATEGORIES, status:VALID,
-
Table: IGW_REPORT_BUDGET_SEED
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: Information on sponsor budget hierarchy seed data , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGW_PRPO_CATEGORY_AMTS_V
12.1.1
-
Table: IGW_REPORT_BUDGET_SEED
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_REPORT_BUDGET_SEED, object_name:IGW_REPORT_BUDGET_SEED, status:VALID, product: IGW - Grants Proposal , description: Information on sponsor budget hierarchy seed data , implementation_dba_data: IGW.IGW_REPORT_BUDGET_SEED ,
-
View: IGW_BUDGET_LINE_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_LINE_CATEGORY_V, object_name:IGW_BUDGET_LINE_CATEGORY_V, status:VALID, product: IGW - Grants Proposal , description: View to display expenditure type, its budget category and line item cost for budget lines , implementation_dba_data: APPS.IGW_BUDGET_LINE_CATEGORY_V ,
-
View: IGW_BUDGET_LINE_CATEGORY_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View to display expenditure type, its budget category and line item cost for budget lines , implementation_dba_data: Not implemented in this database ,
-
View: IGW_BUDGET_CATEGORY_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View to display expenditure type, its budget category and direct costs for budget lines , implementation_dba_data: Not implemented in this database ,
-
APPS.IGW_BUDGET_DETAILS_TBH SQL Statements
12.1.1
-
APPS.IGW_EXP_CATEGORIES_PKG SQL Statements
12.1.1
-
View: IGW_BUDGET_CATEGORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_BUDGET_CATEGORY_V, object_name:IGW_BUDGET_CATEGORY_V, status:VALID, product: IGW - Grants Proposal , description: View to display expenditure type, its budget category and direct costs for budget lines , implementation_dba_data: APPS.IGW_BUDGET_CATEGORY_V ,
-
TABLE: IGW.IGW_BUDGET_DETAILS
12.1.1
owner:IGW, object_type:TABLE, fnd_design_data:IGW.IGW_BUDGET_DETAILS, object_name:IGW_BUDGET_DETAILS, status:VALID,
-
View: IGW_PRPO_CATEGORY_AMTS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays summary information about budget lines grouped by sponsor budget hierarchy , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PRPO_ROLES_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_ROLES_DETAILS_V, object_name:IGW_PRPO_ROLES_DETAILS_V, status:VALID, product: IGW - Grants Proposal , description: View displays summary information about personnel included in budget lines , implementation_dba_data: APPS.IGW_PRPO_ROLES_DETAILS_V ,
-
View: IGW_PRPO_ROLES_DETAILS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays summary information about personnel included in budget lines , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_REPORT_PROCESSING
12.1.1
-
View: IGW_PRPO_CATEGORY_AMTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_CATEGORY_AMTS_V, object_name:IGW_PRPO_CATEGORY_AMTS_V, status:VALID, product: IGW - Grants Proposal , description: View displays summary information about budget lines grouped by sponsor budget hierarchy , implementation_dba_data: APPS.IGW_PRPO_CATEGORY_AMTS_V ,
-
PACKAGE BODY: APPS.IGW_BUDGET_DETAILS_TBH
12.1.1
-
PACKAGE BODY: APPS.IGW_EXP_CATEGORIES_PKG
12.1.1
-
View: IGW_PRPO_PERSON_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_PERSON_DETAILS_V, object_name:IGW_PRPO_PERSON_DETAILS_V, status:VALID, product: IGW - Grants Proposal , description: View displays details about personnel included in budget lines , implementation_dba_data: APPS.IGW_PRPO_PERSON_DETAILS_V ,
-
View: IGW_PRPO_PERSON_DETAILS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays details about personnel included in budget lines , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGW_UTILS
12.1.1
-
APPS.IGW_GENERATE_PERIODS SQL Statements
12.1.1
-
APPS.IGW_REPORT_PROCESSING dependencies on IGW_REPORT_BUDGET_SEED
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
APPS.IGW_REPORT_PROCESSING dependencies on IGW_BUDGET_CATEGORY_V
12.1.1
-
APPS.IGW_REPORT_PROCESSING dependencies on IGW_REPORT_BUDGET
12.1.1