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


VIEW: APPS.PSBBV_DEFAULT_RULES

Object Details
Object Name: PSBBV_DEFAULT_RULES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSB.PSBBV_DEFAULT_RULES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


PSBBV_DEFAULT_RULES displays information about position default rules. These default rules are used to provide any missing information when position data is extracted from Oracle Human Resource Management Systems. Any time a new position is created, the default rules are used to supply the default position assignments. The default rules are assigned to position sets. Any position with attributes that match the position set criteria inherit the default rule.


[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (30) Yes Default rule name
GLOBAL_DEFAULT_FLAG VARCHAR2 (1)
Indicates if this is a global default rule
PRIORITY NUMBER

Processing priority for non-global default rules
DEFAULT_RULE_ID NUMBER (20) Yes Position default rule unique identifier
DATA_EXTRACT_ID NUMBER (15) Yes Data extract unique identifier. Defines only those elements which belong to this extract. Can be included in the default rule definition.
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
Query Text

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


SELECT NAME
,      GLOBAL_DEFAULT_FLAG
,      PRIORITY
,      DEFAULT_RULE_ID
,      DATA_EXTRACT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBBV_DEFAULT_RULES;

Dependencies

[top of page]

APPS.PSBBV_DEFAULT_RULES references the following:

SchemaAPPS
SynonymPSB_DEFAULTS

APPS.PSBBV_DEFAULT_RULES is not referenced by any database object