[Home] [Help]
[Dependency Information]
Object Name: | PAY_CA_RB_SUPP_EARNINGS_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 |
---|---|---|---|---|
BALANCE_NAME | VARCHAR2 | (80) | ||
BALANCE_TYPE_ID | NUMBER | (9) | Yes | |
BUSINESS_GROUP_ID | NUMBER | (15) | ||
LEGISLATION_CODE | VARCHAR2 | (30) | ||
BALANCE_NAME_TL | VARCHAR2 | (80) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCE_NAME
, BALANCE_TYPE_ID
, BUSINESS_GROUP_ID
, LEGISLATION_CODE
, BALANCE_NAME_TL
FROM APPS.PAY_CA_RB_SUPP_EARNINGS_V;
|
|
|