[Home] [Help]
[Dependency Information]
| Object Name: | PAY_SG_BALANCES_MATRIX_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_SG_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 | |
| ACTION_SEQUENCE | NUMBER | (15) | ||
| BALANCE_NAME | VARCHAR2 | (80) | Yes | |
| BALANCE_TYPE_ID | NUMBER | (9) | Yes | |
| TAX_UNIT_ID | NUMBER | (15) | ||
| ASSIGNMENT_ID | NUMBER | (10) | ||
| ASG_LE_RUN_BAL | NUMBER | |||
| ASG_LE_PTD_BAL | NUMBER | |||
| ASG_LE_MTD_BAL | NUMBER | |||
| ASG_LE_QTD_BAL | NUMBER | |||
| ASG_LE_YTD_BAL | NUMBER | |||
| ASG_LE_FQTD_BAL | NUMBER | |||
| ASG_LE_FYTD_BAL | NUMBER | |||
| ASG_LE_LTD_BAL | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ACTION_ID
, ACTION_SEQUENCE
, BALANCE_NAME
, BALANCE_TYPE_ID
, TAX_UNIT_ID
, ASSIGNMENT_ID
, ASG_LE_RUN_BAL
, ASG_LE_PTD_BAL
, ASG_LE_MTD_BAL
, ASG_LE_QTD_BAL
, ASG_LE_YTD_BAL
, ASG_LE_FQTD_BAL
, ASG_LE_FYTD_BAL
, ASG_LE_LTD_BAL
FROM APPS.PAY_SG_BALANCES_MATRIX_V;
APPS
PAY_ASSIGNMENT_ACTIONS
PAY_BALANCE_DIMENSIONS
PAY_BALANCE_FEEDS_F
PAY_BALANCE_PKG
- show dependent code
PAY_BALANCE_TYPES
PAY_BALANCE_TYPES_TL
PAY_DEFINED_BALANCES
PAY_PAYROLL_ACTIONS
PAY_RUN_RESULTS
PAY_RUN_RESULT_VALUES
APPS.PAY_SG_BALANCES_MATRIX_V is not referenced by any database object
|
|
|
|