[Home] [Help]
[Dependency Information]
| Object Name: | CZ_XFR_PRICE_LISTS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_XFR_PRICE_LISTS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_XFR_PRICE_LISTS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
PRICE_LIST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRICE_LIST_ID | NUMBER | Yes | Price List Identifier | |
| IMPORT_ITEM_PRICES | VARCHAR2 | (1) | '0' indicates the price list "header" should be imported without actual price entries '1' indicates that the price records should be imported into the PRICE table | |
| DESCRIPTION | VARCHAR2 | (240) | Price List description | |
| LAST_IMPORT_RUN_ID | NUMBER | Identifies the last run ID in which this price list was imported | ||
| LAST_IMPORT_DATE | DATE | Date/time when the price list was last imported | ||
| SOURCE_PRICE_DELETED | VARCHAR2 | (1) | '1' Indicates the import procedures detected that the price list was deleted | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | '1' indicates that the price list was deleted |
Cut, paste (and edit) the following text to query this object:
SELECT PRICE_LIST_ID
, IMPORT_ITEM_PRICES
, DESCRIPTION
, LAST_IMPORT_RUN_ID
, LAST_IMPORT_DATE
, SOURCE_PRICE_DELETED
, DELETED_FLAG
FROM CZ.CZ_XFR_PRICE_LISTS;
CZ.CZ_XFR_PRICE_LISTS does not reference any database object
CZ.CZ_XFR_PRICE_LISTS is referenced by following:
APPS
CZ_XFR_PRICE_LISTS
|
|
|
|