DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CSM_COUNTER_GROUPS_V

Object Details
Object Name: CSM_COUNTER_GROUPS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view holds Counter Groups data


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
COUNTER_GROUP_ID NUMBER

NAME VARCHAR2 (100)
DESCRIPTION VARCHAR2 (240)
SOURCE_OBJECT_CODE VARCHAR2 (30)
SOURCE_OBJECT_ID NUMBER

START_DATE_ACTIVE DATE

END_DATE_ACTIVE DATE

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ACCESS_ID
,      COUNTER_GROUP_ID
,      NAME
,      DESCRIPTION
,      SOURCE_OBJECT_CODE
,      SOURCE_OBJECT_ID
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.CSM_COUNTER_GROUPS_V;

Dependencies

[top of page]

APPS.CSM_COUNTER_GROUPS_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSM_COUNTER_GROUPS_ACC
SynonymCS_COUNTER_GROUPS

APPS.CSM_COUNTER_GROUPS_V is not referenced by any database object