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


VIEW: APPS.IGW_BUSINESS_RULES

Object Details
Object Name: IGW_BUSINESS_RULES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGW.IGW_BUSINESS_RULES
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.


IGW_BUSINESS_RULES is a view which shows information about the business rules pertaining to all organizations belonging to the particular operating unit.


[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (10) Yes Rule identifier
RULE_SEQUENCE_NUMBER NUMBER (4)
Rule sequence number
ORGANIZATION_ID NUMBER (15) Yes Organization identifier
ORG_ID NUMBER (15)
Operating unit identifier for multiple organizations.
RULE_NAME VARCHAR2 (50) Yes Rule name
RULE_TYPE VARCHAR2 (1) Yes Rule type. Possible values are R (Routing), V (Validation) and N (Notification).
MAP_ID NUMBER (10)
Routing / Notification map identifier
VALID_FLAG VARCHAR2 (1)
Flag that determines whether satisfying the rule makes the proposal V (Valid) or I (Invalid)
START_DATE_ACTIVE DATE
Yes First effective date of rule
END_DATE_ACTIVE DATE

Last effective date of rule
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

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


SELECT RULE_ID
,      RULE_SEQUENCE_NUMBER
,      ORGANIZATION_ID
,      ORG_ID
,      RULE_NAME
,      RULE_TYPE
,      MAP_ID
,      VALID_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.IGW_BUSINESS_RULES;

Dependencies

[top of page]

APPS.IGW_BUSINESS_RULES references the following:

SchemaAPPS
SynonymIGW_BUSINESS_RULES_ALL
APPS.IGW_BUSINESS_RULES is referenced by following:

SchemaAPPS
ViewIGW_BUSINESS_RULES_V