[Home] [Help]
[Dependency Information]
| Object Name: | PON_AUC_BIZRULES |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_AUC_BIZRULES
|
| Subobject Name: | |
| Status: | VALID |
PON_AUC_BIZRULES is used by the Negotiation Builder to store information about seeded business rules.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_AUC_BIZRULES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
BIZRULE_ID
ZD_EDITION_NAME
|
| PON_AUC_BIZRULES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BIZRULE_ID | NUMBER | Yes | System-generated unique Identifier | |
| NAME | VARCHAR2 | (50) | Yes | Business rule name |
| DESCRIPTION | VARCHAR2 | (250) | Description | |
| LOOKUP_TYPE | VARCHAR2 | (25) | Lookup type associated with this rule | |
| DEVELOPMENT_FLAG | VARCHAR2 | (1) | Y or N flag to indicate if business rule is internally used by development and is not available for the user to customize | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT BIZRULE_ID
, NAME
, DESCRIPTION
, LOOKUP_TYPE
, DEVELOPMENT_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, ZD_EDITION_NAME
FROM PON.PON_AUC_BIZRULES;
PON.PON_AUC_BIZRULES does not reference any database object
PON.PON_AUC_BIZRULES is referenced by following:
PON
PON_AUC_BIZRULES#
|
|
|
|