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


VIEW: APPS.IGS_PE_USR_AVAL

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

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


Describes all the columns related to self service user activity setup for enrollment validations.
This view is modified to get the self service enrollment user activity details.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier for this view
USR_ACT_VAL_ID NUMBER (15) Yes System generated number to uniquely identify the user activity for enrollment validations
PERSON_TYPE VARCHAR2 (30) Yes Person type
VALIDATION VARCHAR2 (30) Yes Validations to be enforced
VAL_MEANING VARCHAR2 (80) Yes Validation meaning
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
ORG_ID NUMBER (15)
Operating Unit identifier.
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
,      DENY_WARN
,      OVERRIDE_IND
,      OVERRIDE_DT
,      ORG_ID
,      STEP_OVERRIDE_LIMIT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_USR_AVAL;

Dependencies

[top of page]

APPS.IGS_PE_USR_AVAL references the following:

SchemaAPPS
ViewIGS_LOOKUP_VALUES
SynonymIGS_PE_USR_AVAL_ALL
APPS.IGS_PE_USR_AVAL is referenced by following:

SchemaAPPS
Package BodyIGS_EN_ELGBL_PERSON - show dependent code
Package BodyIGS_EN_ELGBL_UNIT - show dependent code
Package BodyIGS_EN_GEN_008 - show dependent code
Package BodyIGS_EN_GEN_015 - show dependent code
ViewIGS_PE_USR_AVAL_V