[Home] [Help]
[Dependency Information]
| Object Name: | PMIFV_ORGANIZATION_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PMI.PMIFV_ORGANIZATION_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Process Manufacturing Organizations
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGN_CODE | VARCHAR2 | (4) | Yes | Organization code. |
| ORGN_NAME | VARCHAR2 | (40) | Yes | Organization name. |
| PLANT_IND | NUMBER | (5) | Yes | 0=no the organization is not a plant; 1=yes the organization is a plant. |
| TAXLOC_CODE | VARCHAR2 | (10) | Tax Location Code for this organization (FK to TX_TLOC_CDS) | |
| POC_IND | NUMBER | (5) | 0=Do not generate POC transactions for organization; 1=Generate POC transactions for organization | |
| PARENT_ORGN_CODE | VARCHAR2 | (4) | Yes | Orgn to which orgn_code reports. Must already exist in the table. |
| CO_CODE | VARCHAR2 | (4) | Yes | Company code of the organization. |
| ADDR_ID | NUMBER | (10) | Surrogate of the organization address. | |
| ORGANIZATION_ID | NUMBER | (15) | Foreign reference to HR_ORGANIZATION_UNITS | |
| PARENT_ORGN_NAME | VARCHAR2 | (40) | Yes | Organization name. |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | 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 ORGN_CODE
, ORGN_NAME
, PLANT_IND
, TAXLOC_CODE
, POC_IND
, PARENT_ORGN_CODE
, CO_CODE
, ADDR_ID
, ORGANIZATION_ID
, PARENT_ORGN_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.PMIFV_ORGANIZATION_V;
APPS
SY_ORGN_MST
APPS.PMIFV_ORGANIZATION_V is not referenced by any database object
|
|
|
|