[Home] [Help]
[Dependency Information]
Object Name: | GL_SUMMARY_TEMPLATES_NAMES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
TEMPLATE_NAME | VARCHAR2 | (50) | Yes | Summary template name |
TEMPLATE_ID | NUMBER | (15) | Yes | Summary template defining column |
LEDGER_ID | NUMBER | (15) | Yes | Accounting books defining column |
STATUS | VARCHAR2 | (1) | Yes | Status column used internally by summarization program |
CONCATENATED_DESCRIPTION | VARCHAR2 | (240) | Yes | Summary template concatenated segments |
ACCOUNT_CATEGORY_CODE | VARCHAR2 | (1) | Yes | Account category |
MAX_CODE_COMBINATION_ID | NUMBER | (15) | Yes | Key flexfield combination defining column for maximum detail flexfield |
START_ACTUALS_PERIOD_NAME | VARCHAR2 | (15) | Yes | Start period name |
Cut, paste (and edit) the following text to query this object:
SELECT TEMPLATE_NAME
, TEMPLATE_ID
, LEDGER_ID
, STATUS
, CONCATENATED_DESCRIPTION
, ACCOUNT_CATEGORY_CODE
, MAX_CODE_COMBINATION_ID
, START_ACTUALS_PERIOD_NAME
FROM APPS.GL_SUMMARY_TEMPLATES_NAMES_V;
APPS.GL_SUMMARY_TEMPLATES_NAMES_V is not referenced by any database object
|
|
|