[Home] [Help]
[Dependency Information]
| Object Name: | PER_DEFAULT_BUDGET_VALUES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.PER_DEFAULT_BUDGET_VALUES
|
| 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;
APPS
FND_NUMBER
- show dependent code
HR_ALL_ORGANIZATION_UNITS
HR_ORGANIZATION_INFORMATION
APPS
HR_ASSIGNMENT
- show dependent code
PER_APPLICANT_PKG
- show dependent code
|
|
|
|