[Home] [Help]
[Dependency Information]
Object Name: | PMI_REP_PROD_STATUS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COMPANY_ID | VARCHAR2 | (4) | Yes | OPM Company Code |
ORGANIZATION_ID | VARCHAR2 | (4) | Yes | OPM Organization Code |
YEAR_ID | VARCHAR2 | (31) | Year ID is combination (concatenated Period Set Name and Year name separated with a plus sign) Key used to Identify unique GL Year | |
QUARTER_ID | VARCHAR2 | (31) | Quarter ID is combination (concatenated Period Set Name and Quarter name separated with a plus sign) Key used to Identify unique GL Quarter | |
PERIOD_ID | VARCHAR2 | (31) | Period ID is combination Key (concatenated Period Set Name and period name separated with a plus sign) used to Identify unique GL Period | |
PND_BATCHES | NUMBER | Number of Pending Batches | ||
PND_VALUE | NUMBER | Value of Pending Batches | ||
WIP_BATCHES | NUMBER | Number of WIP Batches | ||
WIP_VALUE | NUMBER | Value of WIP Batches | ||
CMP_BATCHES | NUMBER | Number of Completed Batches | ||
CMP_VALUE | NUMBER | Value of Completed Batches |
Cut, paste (and edit) the following text to query this object:
SELECT COMPANY_ID
, ORGANIZATION_ID
, YEAR_ID
, QUARTER_ID
, PERIOD_ID
, PND_BATCHES
, PND_VALUE
, WIP_BATCHES
, WIP_VALUE
, CMP_BATCHES
, CMP_VALUE
FROM APPS.PMI_REP_PROD_STATUS_V;
APPS.PMI_REP_PROD_STATUS_V is not referenced by any database object
|
|
|