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


VIEW: APPS.GHG_SYSTEM_PARAMETERS_V

Object Details
Object Name: GHG_SYSTEM_PARAMETERS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view stores information about system parameters


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
PO_MATCH_EMISSION_DATE VARCHAR2 (10) Yes Purchase Order Match Emission Date
RECEIPT_MATCH_EMISSION_DATE VARCHAR2 (10) Yes Receipt Match Emission Date
ORG_ID NUMBER (15) Yes Organization Identifier
SET_OF_BOOKS_ID NUMBER (15) Yes Set Of Books Identifier
CREATED_BY NUMBER (15)
Standard Who Column
CREATION_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
GPS_MANDATORY VARCHAR2 (1)
GPS Mandatory Flag
ID_FLEX_ID NUMBER

ID Flex Identifier
ID_FLEX_STRUCTURE_NAME VARCHAR2 (30)
ID Flex Structure Name
Query Text

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


SELECT ROW_ID
,      PO_MATCH_EMISSION_DATE
,      RECEIPT_MATCH_EMISSION_DATE
,      ORG_ID
,      SET_OF_BOOKS_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      GPS_MANDATORY
,      ID_FLEX_ID
,      ID_FLEX_STRUCTURE_NAME
FROM APPS.GHG_SYSTEM_PARAMETERS_V;

Dependencies

[top of page]

APPS.GHG_SYSTEM_PARAMETERS_V references the following:

SchemaAPPS
ViewFND_ID_FLEX_STRUCTURES_VL
SynonymGHG_SYSTEM_PARAMETERS
APPS.GHG_SYSTEM_PARAMETERS_V is referenced by following:

SchemaAPPS
Package BodyGHG_PO_EMISSIONS_PKG - show dependent code