[Home] [Help]
[Dependency Information]
Object Name: | PER_DEFAULT_BUDGET_VALUES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
PER_DEFAULT_BUDGET_VALUES is a view based on
HR_ORGANIZATION_UNITS and HR_ORGANIZATION_INFORMATION that holds
the default budget values for any new assignments in a
specific Business Group. Each time a new assignment is
created, PER_ASSIGNMENT_BUDGET_VALUES is seeded with any default
values defined for the Business Group in PER_DEFAULT_BUDGET_VALUES.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business Group ID |
UNIT | VARCHAR2 | (150) | Unit | |
VALUE | NUMBER | Value |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, UNIT
, VALUE
FROM APPS.PER_DEFAULT_BUDGET_VALUES;
|
|
|