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


VIEW: APPS.GHR_PROCESS_LOG_V2

Object Details
Object Name: GHR_PROCESS_LOG_V2
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGHR.GHR_PROCESS_LOG_V2
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROGRAM_NAME VARCHAR2 (30) Yes Program Name
LOG_DATE DATE

Log Date
MESSAGE_NAME VARCHAR2 (30)
Message Name
Query Text

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


SELECT PROGRAM_NAME
,      LOG_DATE
,      MESSAGE_NAME
FROM APPS.GHR_PROCESS_LOG_V2;

Dependencies

[top of page]

APPS.GHR_PROCESS_LOG_V2 references the following:

SchemaAPPS
SynonymGHR_PROCESS_LOG

APPS.GHR_PROCESS_LOG_V2 is not referenced by any database object