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


VIEW: APPS.AMS_PRODUCT_PRL_IMP_V

Object Details
Object Name: AMS_PRODUCT_PRL_IMP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AMS_PRODUCT_PRL_IMP_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PRICE_LIST_NAME VARCHAR2 (240) Yes Name of the Price List.
INVENTORY_ITEM_ID NUMBER

Unique Inventory Item Identifier.
LIST_LINE_ID NUMBER
Yes Unique list line identifier
LIST_HEADER_ID NUMBER
Yes Unique list header identifier
CURRENCY_CODE VARCHAR2 (30)
Currency Code
UNIT_OF_MEASURE VARCHAR2 (3)
Price list unit of measure
UOM_NAME VARCHAR2 (4000)
Price list unit of measure name
LIST_PRICE NUMBER

Price
Query Text

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


SELECT PRICE_LIST_NAME
,      INVENTORY_ITEM_ID
,      LIST_LINE_ID
,      LIST_HEADER_ID
,      CURRENCY_CODE
,      UNIT_OF_MEASURE
,      UOM_NAME
,      LIST_PRICE
FROM APPS.AMS_PRODUCT_PRL_IMP_V;

Dependencies

[top of page]

APPS.AMS_PRODUCT_PRL_IMP_V references the following:

SchemaAPPS
PL/SQL PackageAMS_UTILITY_PVT - show dependent code
ViewQP_LIST_HEADERS_V
SynonymQP_LIST_LINES
SynonymQP_PRICING_ATTRIBUTES

APPS.AMS_PRODUCT_PRL_IMP_V is not referenced by any database object