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


VIEW: APPS.IGS_PE_USR_AVAL_V

Object Details
Object Name: IGS_PE_USR_AVAL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PE_USR_AVAL_V
Subobject Name:
Status: VALID

View Type

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


Describes the Self Service User Activity Setup Details.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
System generated number to uniquely identify the self service user activity setup for enrollment validation.
USR_ACT_VAL_ID NUMBER (15) Yes System generated number to uniquely identify the self service user activity setup for enrollment validation.
PERSON_TYPE VARCHAR2 (30) Yes Person type
VALIDATION VARCHAR2 (30) Yes Validations to be enforced
VAL_MEANING VARCHAR2 (80) Yes The meaning of the validation to be enforced.
STEP_GROUP_TYPE VARCHAR2 (10)
Defines whether the group of the validation step. For example, person, program or Unit.
DENY_WARN VARCHAR2 (10)
Indicate whether the Step has been Denied or Warned
OVERRIDE_IND VARCHAR2 (1)
Indicate whether the Step has been overridden or not
OVERRIDE_DT DATE

The date on which step was overridden
STEP_OVERRIDE_LIMIT NUMBER (6)
Override limit, used to create variable credit approval
CREATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes 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
Query Text

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


SELECT ROW_ID
,      USR_ACT_VAL_ID
,      PERSON_TYPE
,      VALIDATION
,      VAL_MEANING
,      STEP_GROUP_TYPE
,      DENY_WARN
,      OVERRIDE_IND
,      OVERRIDE_DT
,      STEP_OVERRIDE_LIMIT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_USR_AVAL_V;

Dependencies

[top of page]

APPS.IGS_PE_USR_AVAL_V references the following:

SchemaAPPS
ViewIGS_LOOKUPS_VIEW
ViewIGS_PE_USR_AVAL

APPS.IGS_PE_USR_AVAL_V is not referenced by any database object