[Home] [Help]
[Dependency Information]
Object Name: | PAY_APAC_PAYSLIP_ACCRUALS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
ACTION_CONTEXT_ID | NUMBER | (15) | Yes | |
ACTION_CONTEXT_TYPE | VARCHAR2 | (15) | Yes | |
ACCRUAL_PLAN_NAME | VARCHAR2 | (240) | Developer descriptive flexfield column. | |
ACCRUAL_CATEGORY | VARCHAR2 | (240) | Developer descriptive flexfield column. | |
BALANCE | NUMBER | |||
UOM | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_CONTEXT_ID
, ACTION_CONTEXT_TYPE
, ACCRUAL_PLAN_NAME
, ACCRUAL_CATEGORY
, BALANCE
, UOM
FROM APPS.PAY_APAC_PAYSLIP_ACCRUALS_V;
|
|
|