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


TABLE: OE.SO_PRICING_RULES_TL

Object Details
Object Name: SO_PRICING_RULES_TL
Object Type: TABLE
Owner: OE
FND Design Data: TableOE.SO_PRICING_RULES_TL
Subobject Name:
Status: VALID


SO_PRICING_RULES_TL stores translated information about the Pricing Rules you can define to calculate List prices for items on a price list. Each row includes the language the row is translated to, the name and description of the pricing rule, and the pricing rule identifier which uniquely identifies the pricing rule. You need one row for each pricing rule in each of the installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PRICING_RULE_ID NUMBER
Yes
LANGUAGE VARCHAR2 (4) Yes
SOURCE_LANG VARCHAR2 (4) Yes
DESCRIPTION VARCHAR2 (240)
NAME VARCHAR2 (30) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATED_BY NUMBER
Yes
CREATION_DATE DATE
Yes
CREATED_BY NUMBER
Yes
LAST_UPDATE_LOGIN NUMBER

Query Text

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


SELECT PRICING_RULE_ID
,      LANGUAGE
,      SOURCE_LANG
,      DESCRIPTION
,      NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM OE.SO_PRICING_RULES_TL;

Dependencies

[top of page]

OE.SO_PRICING_RULES_TL does not reference any database object

OE.SO_PRICING_RULES_TL is referenced by following:

SchemaAPPS
SynonymSO_PRICING_RULES_TL