[Home] [Help]
[Dependency Information]
| Object Name: | AR_CORRECT_GL_ACCOUNTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.AR_CORRECT_GL_ACCOUNTS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISTRIBUTION_MEANING | VARCHAR2 | (4000) | ||
| DISTRIBUTION_TYPE | VARCHAR2 | (20) | Yes | |
| CATEGORY_MEANING | VARCHAR2 | (4000) | ||
| CATEGORY_TYPE | VARCHAR2 | (20) | Yes | |
| CODE_COMBINATION_ID | NUMBER | (15) | Yes | |
| NEW_CODE_COMBINATION_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT DISTRIBUTION_MEANING
, DISTRIBUTION_TYPE
, CATEGORY_MEANING
, CATEGORY_TYPE
, CODE_COMBINATION_ID
, NEW_CODE_COMBINATION_ID
FROM APPS.AR_CORRECT_GL_ACCOUNTS_V;
APPS
ARPT_SQL_FUNC_UTIL
- show dependent code
AR_CCID_CORRECTIONS
APPS.AR_CORRECT_GL_ACCOUNTS_V is not referenced by any database object
|
|
|
|