[Home] [Help]
[Dependency Information]
| Object Name: | AR_REMIT_TO_COUNTRY |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.AR_REMIT_TO_COUNTRY
|
| 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 |
|---|---|---|---|---|
| COUNTRY_CODE | VARCHAR2 | (30) | Country code from FND_TERRITORIES | |
| DESCRIPTION | VARCHAR2 | (240) | Description of the QuickCode | |
| COUNTRY | VARCHAR2 | (80) | Name of the country |
Cut, paste (and edit) the following text to query this object:
SELECT COUNTRY_CODE
, DESCRIPTION
, COUNTRY
FROM APPS.AR_REMIT_TO_COUNTRY;
APPS
AR_LOOKUPS
FND_TERRITORIES_VL
APPS.AR_REMIT_TO_COUNTRY is not referenced by any database object
|
|
|
|