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


TABLE: PON.PON_AUC_BIZRULES

Object Details
Object Name: PON_AUC_BIZRULES
Object Type: TABLE
Owner: PON
FND Design Data: TablePON.PON_AUC_BIZRULES
Subobject Name:
Status: VALID


PON_AUC_BIZRULES is used by the Negotiation Builder to store information about seeded business rules.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PON_AUC_BIZRULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnBIZRULE_ID
ColumnZD_EDITION_NAME
PON_AUC_BIZRULES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNAME
ColumnZD_EDITION_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

PON.PON_AUC_BIZRULES does not reference any database object

PON.PON_AUC_BIZRULES is referenced by following:

SchemaPON
ViewPON_AUC_BIZRULES#