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


VIEW: APPS.AMW_ORG_CERT_EVAL_SUM_V

Object Details
Object Name: AMW_ORG_CERT_EVAL_SUM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMW.AMW_ORG_CERT_EVAL_SUM_V
Subobject Name:
Status: VALID

View Type

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


view of an organization certification summary table


[View Source]

Columns
Name Datatype Length Mandatory Comments
CERTIFICATION_ID NUMBER

organization certification id
ORGANIZATION_ID NUMBER

organization id
SUB_ORG_CERT VARCHAR2 (83)
Number of sub organizations that are certified
PROC_CERT VARCHAR2 (83)
Number of processes that are certified
INEFF_PROCESSES VARCHAR2 (125)
number of processes that are evaluated as ineffective
UNMITIGATED_RISKS VARCHAR2 (126)
number of risks which are evaluated as unmitigated
INEFF_CONTROLS VARCHAR2 (126)
Number of controls which are evaluated as ineffective
INEFF_PROCESSES_IMAGE VARCHAR2 (240)
the image icon to indicate the ineffective processes
UNMITIGATED_RISKS_IMAGE VARCHAR2 (240)
the image icon to indicate the unmitigated risks
INEFF_CONTROLS_IMAGE VARCHAR2 (240)
the image icon to indicate the ineffective controls
OPEN_FINDINGS NUMBER

Total number of open findings
OPEN_ISSUES NUMBER

Total number of open issues
EVALUATION_OPINION_LOG_ID NUMBER

opinion log id for the evaluation
Query Text

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


SELECT CERTIFICATION_ID
,      ORGANIZATION_ID
,      SUB_ORG_CERT
,      PROC_CERT
,      INEFF_PROCESSES
,      UNMITIGATED_RISKS
,      INEFF_CONTROLS
,      INEFF_PROCESSES_IMAGE
,      UNMITIGATED_RISKS_IMAGE
,      INEFF_CONTROLS_IMAGE
,      OPEN_FINDINGS
,      OPEN_ISSUES
,      EVALUATION_OPINION_LOG_ID
FROM APPS.AMW_ORG_CERT_EVAL_SUM_V;

Dependencies

[top of page]

APPS.AMW_ORG_CERT_EVAL_SUM_V references the following:

SchemaAPPS
SynonymAMW_ORG_CERT_EVAL_SUM
SynonymAMW_THRESHOLD_VALUES
PL/SQL PackageFND_PROFILE - show dependent code
SchemaPUBLIC
SynonymDUAL

APPS.AMW_ORG_CERT_EVAL_SUM_V is not referenced by any database object