[Home] [Help]
[Dependency Information]
| Object Name: | IGW_BUSINESS_RULES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGW.IGW_BUSINESS_RULES
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
IGW_BUSINESS_RULES_ALL
APPS
IGW_BUSINESS_RULES_V
|
|
|
|