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


VIEW: APPS.PAYBV_ACTION_CONTEXT

Object Details
Object Name: PAYBV_ACTION_CONTEXT
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPAY.PAYBV_ACTION_CONTEXT
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
CONTEXT_VALUE VARCHAR2 (60) Yes Value of the context used in the process
ASSIGNMENT_ACTION_ID NUMBER (15) Yes Foreign Key to PAY_ASSIGNMENT_ACTIONS
ASSIGNMENT_ID NUMBER (10) Yes Foreign key to PER_ASSIGNMENTS_F
CONTEXT_ID NUMBER (9) Yes Foreign key to FF_CONTEXTS
Query Text

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


SELECT CONTEXT_VALUE
,      ASSIGNMENT_ACTION_ID
,      ASSIGNMENT_ID
,      CONTEXT_ID
FROM APPS.PAYBV_ACTION_CONTEXT;

Dependencies

[top of page]

APPS.PAYBV_ACTION_CONTEXT references the following:

SchemaAPPS
SynonymPAY_ACTION_CONTEXTS

APPS.PAYBV_ACTION_CONTEXT is not referenced by any database object