[Home] [Help]
[Dependency Information]
Object Name: | CSTBV_COST_GROUP_ASSIGNMENTS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
It shows the organization assignment
information for Periodic Costing. In Periodic Costing, various cost_groups belong to a
legal_entity. They act as place-holders for organizations, and groups of organizations
within a cost_group can be costed as a group, for legal reporting. The
organizations all belong to the same legal entity.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COST_GROUP_ID | NUMBER | Yes | ||
ORGANIZATION_ID | NUMBER | Yes | ||
COST_GROUP_NAME | VARCHAR2 | (10) | Yes | |
ORGANIZATION_CODE | VARCHAR2 | (3) | ||
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | |
CREATION_DATE | DATE | Yes | ||
CREATED_BY | NUMBER | Yes | ||
LAST_UPDATE_DATE | DATE | Yes | ||
UPDATED_BY | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT COST_GROUP_ID
, ORGANIZATION_ID
, COST_GROUP_NAME
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, UPDATED_BY
FROM APPS.CSTBV_COST_GROUP_ASSIGNMENTS;
APPS.CSTBV_COST_GROUP_ASSIGNMENTS is not referenced by any database object
|
|
|