[Home] [Help]
[Dependency Information]
| Object Name: | AP_SRS_REGION_NAMES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLAP.AP_SRS_REGION_NAMES_V
|
| 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 |
|---|---|---|---|---|
| REGION | VARCHAR2 | (80) | Abbreviated income tax region name (identifies income tax region for 1099 supplier sites) | |
| REGION_LOOKUP | VARCHAR2 | (30) | Abbreviated income tax region name (identifies income tax region for 1099 supplier sites) | |
| DESCRIPTION | VARCHAR2 | (240) | Name of income tax region |
Cut, paste (and edit) the following text to query this object:
SELECT REGION
, REGION_LOOKUP
, DESCRIPTION
FROM APPS.AP_SRS_REGION_NAMES_V;
APPS
AP_INCOME_TAX_REGIONS
AP_LOOKUP_CODES
FND_GLOBAL
- show dependent code
APPS.AP_SRS_REGION_NAMES_V is not referenced by any database object
|
|
|
|