[Home] [Help]
[Dependency Information]
| Object Name: | PAY_JP_BALANCES_BY_ACTION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_JP_BALANCES_BY_ACTION_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ASSIGNMENT_ID | NUMBER | (10) | ||
| ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes | |
| BALANCE_TYPE_ID | NUMBER | (9) | Yes | |
| BALANCE_NAME | VARCHAR2 | (80) | ||
| DEFINED_BALANCE_ID | NUMBER | (9) | Yes | |
| DATABASE_ITEM_SUFFIX | VARCHAR2 | (80) | Yes | |
| VALUE | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ID
, ASSIGNMENT_ACTION_ID
, BALANCE_TYPE_ID
, BALANCE_NAME
, DEFINED_BALANCE_ID
, DATABASE_ITEM_SUFFIX
, VALUE
FROM APPS.PAY_JP_BALANCES_BY_ACTION_V;
APPS
HR_JPBAL
- show dependent code
PAY_ASSIGNMENT_ACTIONS
PAY_BALANCE_DIMENSIONS
PAY_BALANCE_FEEDS_F
PAY_BALANCE_TYPES
PAY_DEFINED_BALANCES
PAY_PAYROLL_ACTIONS
PAY_RUN_RESULTS
PAY_RUN_RESULT_VALUES
PUBLIC
PAY_JP_BALANCES_BY_ACTION_V
|
|
|
|