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


VIEW: APPS.CSF_M_TXN_BUS_PROCESSES_V

Object Details
Object Name: CSF_M_TXN_BUS_PROCESSES_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 stores transactions associated with the transaction groups


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
TRANSACTION_TYPE_ID NUMBER (15) Yes Transaction Type Identifier
BUSINESS_PROCESS_ID NUMBER (15) Yes Business Process Identifier
NAME VARCHAR2 (90) Yes Name
Query Text

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


SELECT ACCESS_ID
,      TRANSACTION_TYPE_ID
,      BUSINESS_PROCESS_ID
,      NAME
FROM APPS.CSF_M_TXN_BUS_PROCESSES_V;

Dependencies

[top of page]

APPS.CSF_M_TXN_BUS_PROCESSES_V references the following:

SchemaAPPS
SynonymCSM_BUS_PROCESS_TXNS_ACC
SynonymCS_BUSINESS_PROCESSES
SynonymCS_BUS_PROCESS_TXNS

APPS.CSF_M_TXN_BUS_PROCESSES_V is not referenced by any database object