[Home] [Help]
[Dependency Information]
| Object Name: | PAY_NZ_BALANCES_MATRIX_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_NZ_BALANCES_MATRIX_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ASSIGNMENT_ACTION_ID | NUMBER | (15) | Yes | |
| BALANCE_NAME | VARCHAR2 | (80) | Yes | |
| BALANCE_TYPE_ID | NUMBER | (9) | Yes | |
| PAYROLL_ACTION_ID | NUMBER | (9) | Yes | |
| ASSIGNMENT_ID | NUMBER | (10) | ||
| ASG_RUN_BAL | NUMBER | |||
| ASG_PTD_BAL | NUMBER | |||
| ASG_YTD_BAL | NUMBER | |||
| ASG_FY_YTD_BAL | NUMBER | |||
| ASG_FY_QTD_BAL | NUMBER | |||
| ASG_TD_BAL | NUMBER | |||
| ASG_HOL_YTD_BAL | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ACTION_ID
, BALANCE_NAME
, BALANCE_TYPE_ID
, PAYROLL_ACTION_ID
, ASSIGNMENT_ID
, ASG_RUN_BAL
, ASG_PTD_BAL
, ASG_YTD_BAL
, ASG_FY_YTD_BAL
, ASG_FY_QTD_BAL
, ASG_TD_BAL
, ASG_HOL_YTD_BAL
FROM APPS.PAY_NZ_BALANCES_MATRIX_V;
APPS
HR_NZBAL
- show dependent code
PAY_ASSIGNMENT_ACTIONS
PAY_BALANCE_FEEDS_F
PAY_BALANCE_TYPES
PAY_RUN_RESULTS
PAY_RUN_RESULT_VALUES
APPS.PAY_NZ_BALANCES_MATRIX_V is not referenced by any database object
|
|
|
|