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


VIEW: APPS.CSF_M_II_RELATIONSHIPS_V

Object Details
Object Name: CSF_M_II_RELATIONSHIPS_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 contains information about the relationships between identifiers


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER
Yes The Unique Access Identifier
RELATIONSHIP_ID NUMBER
Yes Relationship Identifier
OBJECT_ID NUMBER
Yes Object Instance Identifier in the relationship
SUBJECT_ID NUMBER

Subject Instance Identifier
POSITION_REFERENCE VARCHAR2 (30)
Position Reference of the Relationship
ACTIVE_START_DATE DATE

Activation Start Date
ACTIVE_END_DATE DATE

Activation End Date
DISPLAY_ORDER NUMBER

Order in which the UI will display the relationships
MANDATORY_FLAG VARCHAR2 (1)
Flag indicating if the relationship is mandatory in the Configuration
CLIENT_NAME VARCHAR2 (4000)
Client Name
Query Text

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


SELECT ACCESS_ID
,      RELATIONSHIP_ID
,      OBJECT_ID
,      SUBJECT_ID
,      POSITION_REFERENCE
,      ACTIVE_START_DATE
,      ACTIVE_END_DATE
,      DISPLAY_ORDER
,      MANDATORY_FLAG
,      CLIENT_NAME
FROM APPS.CSF_M_II_RELATIONSHIPS_V;

Dependencies

[top of page]

APPS.CSF_M_II_RELATIONSHIPS_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSI_II_RELATIONSHIPS
SynonymCSM_II_RELATIONSHIPS_ACC

APPS.CSF_M_II_RELATIONSHIPS_V is not referenced by any database object