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


VIEW: APPS.IGSBV_EN_VALIDITY_ACTVT_SETUPS

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

View Type

A Business Intelligence System view


This entity gives the information about the self service user activity setup for enrollment validations


[View Source]

Columns
Name Datatype Length Mandatory Comments
USER_ACTIVITY_VALIDATION_ID NUMBER (15) Yes The sequence-generated number to uniquely identify the self-service User activity setup for enrollment validation
PERSON_TYPE VARCHAR2 (30) Yes Indicates the system-defined person type for which the user activity setup has been done
VALIDATION VARCHAR2 (30) Yes Indicates the validation code to be enforced on the person type
_LA:VALIDATION_DESCRIPTION CHAR (64)
Indicates the validation description to be enforced on the person type
DENY_WARN_INDICATOR VARCHAR2 (10)
Indicates whether the step has been denied or warned
OVERRIDE_FLAG VARCHAR2 (1)
Indicates whether the step has been overridden or not
_LA:OVERRIDE_FLAG_DESC CHAR (49)
Indicates the description of Override Flag
OVERRIDE_DATE DATE

Indicates the date on which the 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
Query Text

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


SELECT USER_ACTIVITY_VALIDATION_ID
,      PERSON_TYPE
,      VALIDATION
,      _LA:VALIDATION_DESCRIPTION
,      DENY_WARN_INDICATOR
,      OVERRIDE_FLAG
,      _LA:OVERRIDE_FLAG_DESC
,      OVERRIDE_DATE
,      STEP_OVERRIDE_LIMIT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_EN_VALIDITY_ACTVT_SETUPS;

Dependencies

[top of page]

APPS.IGSBV_EN_VALIDITY_ACTVT_SETUPS references the following:

SchemaAPPS
SynonymIGS_PE_USR_AVAL_ALL

APPS.IGSBV_EN_VALIDITY_ACTVT_SETUPS is not referenced by any database object