[Home] [Help]
[Dependency Information]
Object Name: | PJMBV_PROJECT_MFG_INFORMATION |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This shows the operating parameters for a manufacturing project in an inventory organization, including planning group, cost group, WIP accounting class, etc.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_NUMBER | VARCHAR2 | (25) | Project number that uniquely identifies a project or seiban | |
ORGANIZATION_CODE | VARCHAR2 | (3) | Inventory organization user-entered code | |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Inventory organization name |
PLANNING_GROUP | VARCHAR2 | (30) | Planning group associated with this project / seiban in this organization | |
COST_GROUP_ID | NUMBER | Cost group assigned to this project in this inventory organization | ||
WIP_ACCT_CLASS_CODE | VARCHAR2 | (10) | Default WIP accounting class assigned to this project in this inventory organization | |
PROJECT_ID | NUMBER | (15) | Yes | System-generated number that uniquely identifies a project or seiban |
ORGANIZATION_ID | NUMBER | (15) | Yes | Inventory organization unique identifier |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_NUMBER
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, PLANNING_GROUP
, COST_GROUP_ID
, WIP_ACCT_CLASS_CODE
, PROJECT_ID
, ORGANIZATION_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.PJMBV_PROJECT_MFG_INFORMATION;
APPS.PJMBV_PROJECT_MFG_INFORMATION is not referenced by any database object
|
|
|