[Home] [Help]
[Dependency Information]
| Object Name: | PAYBV_US_TAX_REPORT_DIM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PAY.PAYBV_US_TAX_REPORT_DIM_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_CODE | VARCHAR2 | (30) | Yes | |
| DIMENSION_CODE | VARCHAR2 | (30) | Yes | |
| DIMENSION | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_CODE
, DIMENSION_CODE
, DIMENSION
FROM APPS.PAYBV_US_TAX_REPORT_DIM_V;
APPS
HR_BIS
- show dependent code
PAY_US_TAX_REPORT_DIMENSIONS
APPS.PAYBV_US_TAX_REPORT_DIM_V is not referenced by any database object
|
|
|
|