[Home] [Help]
[Dependency Information]
| Object Name: | IGI_DOS_BUD_ASS_CAND_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGI.IGI_DOS_BUD_ASS_CAND_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 |
|---|---|---|---|---|
| CODE_COMBINATION_ID | NUMBER | (15) | Yes | Code combination identifier |
| CONCATENATED_SEGMENTS | VARCHAR2 | (155) | Concatenated segments | |
| BUDGET_NAME | VARCHAR2 | (15) | Yes | Budget name |
| BUDGET_ENTITY_ID | NUMBER | (15) | Yes | Budget entity name |
| BUDGET_ENTITY_NAME | VARCHAR2 | (25) | Yes | Budget entity name |
| CHART_OF_ACCOUNTS_ID | NUMBER | (15) | Yes | Chart of Accounts identifier |
Cut, paste (and edit) the following text to query this object:
SELECT CODE_COMBINATION_ID
, CONCATENATED_SEGMENTS
, BUDGET_NAME
, BUDGET_ENTITY_ID
, BUDGET_ENTITY_NAME
, CHART_OF_ACCOUNTS_ID
FROM APPS.IGI_DOS_BUD_ASS_CAND_V;
APPS
GL_BUDGETS
GL_BUDGET_ASSIGNMENT_RANGES_V
GL_BUDGET_ENTITIES
GL_BUDGET_VERSIONS
GL_CODE_COMBINATIONS_KFV
GL_ENTITY_BUDGETS
APPS.IGI_DOS_BUD_ASS_CAND_V is not referenced by any database object
|
|
|
|