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


VIEW: APPS.AMW_AP_STEPS_VL

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

View Type

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


Steps are associated to an audit procedure revision. Joins tables AMW_AP_STEPS_B and AMW_AP_STEPS_TL based on the attribute AP_STEP_ID and filters the entries based on the user language.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Unique identifier
AUDIT_PROCEDURE_ID NUMBER
Yes Audit Procedure Identifier. This column references the column AUDIT_PROCEDURE_ID from AMW_AUDIT_PROCEDURE_VL.
AP_STEP_ID NUMBER
Yes Audit Step Identifier
SEQNUM NUMBER

This column is no longer used.
SAMPLESIZE NUMBER

Audit Step sample size
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
SECURITY_GROUP_ID NUMBER

Used for hosted environments
OBJECT_VERSION_NUMBER NUMBER

This column is used for optimistic locking
ORIG_SYSTEM_REFERENCE VARCHAR2 (30)
Orig System Reference
REQUESTOR_ID NUMBER

Requestor identifier
NAME VARCHAR2 (240) Yes Audit Step Name
DESCRIPTION VARCHAR2 (4000)
Audit Step Description
FROM_REV_NUM NUMBER
Yes Revision number of the audit procedure in which this step was created or updated. When a new audit step is created, a new row is inserted into this table which has FROM_REV_NUM set to the revision number of the audit procedure in which this step was created. When an existing step is updated, TO_REV_NUM is set to the revision number of the audit procedure in which the step is updated. A new row is inserted into this table which has FROM_REV_NUM set to the revision number of the audit procedure in which the step is updated.
TO_REV_NUM NUMBER

Revision number of the audit procedure till which this step is valid. When an existing step is updated, the row corresponding to that step has TO_REV_NUM set to the revision number of the audit procedure in which this step is updated and a new row is inserted into this table. The new row has FROM_REV_NUM set to the revision number of the audit procedure in which the step is updated and TO_REV_NUM is null. When an existing step is deleted, TO_REV_NUM is set to the revision number of the audit procedure in which the step is deleted.
CSEQNUM VARCHAR2 (240)
Audit Step sequence number
Query Text

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


SELECT ROW_ID
,      AUDIT_PROCEDURE_ID
,      AP_STEP_ID
,      SEQNUM
,      SAMPLESIZE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
,      ORIG_SYSTEM_REFERENCE
,      REQUESTOR_ID
,      NAME
,      DESCRIPTION
,      FROM_REV_NUM
,      TO_REV_NUM
,      CSEQNUM
FROM APPS.AMW_AP_STEPS_VL;

Dependencies

[top of page]

APPS.AMW_AP_STEPS_VL references the following:

SchemaAPPS
SynonymAMW_AP_STEPS_B
SynonymAMW_AP_STEPS_TL
APPS.AMW_AP_STEPS_VL is referenced by following:

SchemaAPPS
Package BodyAMW_AUDIT_PROCEDURES_PVT - show dependent code
ViewAMW_EXPORT_AUDIT_PROCEDURE_V
Package BodyAMW_LOAD_AP_DATA - show dependent code
Package BodyAMW_LOAD_AUDIT_PROCEDURE_DATA - show dependent code