[Home] [Help]
[Dependency Information]
Object Name: | PAY_APAC_PAYSLIP_BALANCES_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 | |
NARRATIVE | VARCHAR2 | (240) | Developer descriptive flexfield column. | |
YTD_AMOUNT | NUMBER | |||
CURRENT_AMOUNT | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_CONTEXT_ID
, ACTION_CONTEXT_TYPE
, NARRATIVE
, YTD_AMOUNT
, CURRENT_AMOUNT
FROM APPS.PAY_APAC_PAYSLIP_BALANCES_V;
|
|
|