[Home] [Help]
[Dependency Information]
| Object Name: | CSL_MTL_PARAMETERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Mobile view on MTL_PARAMETERS
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Organization Id | |
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization Code | |
| MASTER_ORGANIZATION_ID | NUMBER | Yes | Master Organization Id | |
| NEGATIVE_INV_RECEIPT_CODE | NUMBER | Yes | Negative Inventory Receipt Code | |
| STOCK_LOCATOR_CONTROL_CODE | NUMBER | Yes | Stock Locator Control Code | |
| TIMEZONE_ID | NUMBER | Timezone Id | ||
| ACCESS_ID | NUMBER | Access Id |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_CODE
, MASTER_ORGANIZATION_ID
, NEGATIVE_INV_RECEIPT_CODE
, STOCK_LOCATOR_CONTROL_CODE
, TIMEZONE_ID
, ACCESS_ID
FROM APPS.CSL_MTL_PARAMETERS_V;
APPS
CSL_MTL_PARAMETERS_ACC
MTL_PARAMETERS
APPS.CSL_MTL_PARAMETERS_V is not referenced by any database object
|
|
|
|