[Home] [Help]
[Dependency Information]
Object Name: | AR_REMIT_TO_COUNTRY |
---|---|
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 |
---|---|---|---|---|
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_REMIT_TO_COUNTRY is not referenced by any database object
|
|
|