[Home] [Help]
[Dependency Information]
| Object Name: | AMW_ORG_CERT_EVAL_SUM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AMW.AMW_ORG_CERT_EVAL_SUM_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
view of an organization certification summary table
| 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 |
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;
APPS
AMW_ORG_CERT_EVAL_SUM
AMW_THRESHOLD_VALUES
FND_PROFILE
- show dependent code
PUBLIC
DUAL
APPS.AMW_ORG_CERT_EVAL_SUM_V is not referenced by any database object
|
|
|
|