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


VIEW: APPS.CSF_M_STATE_TRANSITIONS_V

Object Details
Object Name: CSF_M_STATE_TRANSITIONS_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 details about state transitions and the rules associated with them


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
STATE_TRANSITION_ID NUMBER
Yes Status Transition Identifier
INITIAL_STATE_ID NUMBER
Yes Initial State Identifier
FINAL_STATE_ID NUMBER
Yes Final State Identifier
RULE_ID NUMBER
Yes
Query Text

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


SELECT ACCESS_ID
,      STATE_TRANSITION_ID
,      INITIAL_STATE_ID
,      FINAL_STATE_ID
,      RULE_ID
FROM APPS.CSF_M_STATE_TRANSITIONS_V;

Dependencies

[top of page]

APPS.CSF_M_STATE_TRANSITIONS_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSM_STATE_TRANSITIONS_ACC
SynonymJTF_STATE_TRANSITIONS

APPS.CSF_M_STATE_TRANSITIONS_V is not referenced by any database object