[Home] [Help]
[Dependency Information]
| Object Name: | PAY_CA_SOE_SUMM_BALANCES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAY_CA_SOE_SUMM_BALANCES_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_ACTION_ID | NUMBER | (15) | Yes | |
| TAX_UNIT_ID | NUMBER | (15) | ||
| ASSIGNMENT_ID | NUMBER | (10) | ||
| BALANCE_NAME | VARCHAR2 | (4000) | ||
| REPORTING_NAME | VARCHAR2 | (4000) | ||
| ACTION_TYPE | VARCHAR2 | (30) | Yes | |
| AMOUNT_RUN | NUMBER | |||
| AMOUNT_CURRENT | NUMBER | |||
| AMOUNT_QTD | NUMBER | |||
| AMOUNT_PTD | NUMBER | |||
| AMOUNT_YTD | NUMBER | |||
| PRINTING_PRIORITY | NUMBER | |||
| BASE_BAL_NAME | VARCHAR2 | (80) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ASSIGNMENT_ACTION_ID
, TAX_UNIT_ID
, ASSIGNMENT_ID
, BALANCE_NAME
, REPORTING_NAME
, ACTION_TYPE
, AMOUNT_RUN
, AMOUNT_CURRENT
, AMOUNT_QTD
, AMOUNT_PTD
, AMOUNT_YTD
, PRINTING_PRIORITY
, BASE_BAL_NAME
FROM APPS.PAY_CA_SOE_SUMM_BALANCES_V;
APPS
HR_BALANCES
- show dependent code
PAY_ASSIGNMENT_ACTIONS
PAY_BALANCE_TYPES
PAY_BALANCE_TYPES_TL
PAY_CA_BALANCE_PKG
- show dependent code
PAY_PAYROLL_ACTIONS
PYCADAR_PKG
- show dependent code
APPS
PAY_CA_EMP_TAX_INF
- show dependent code
|
|
|
|