DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PMIBV_ORGANIZATION_V

Object Details
Object Name: PMIBV_ORGANIZATION_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPMI.PMIBV_ORGANIZATION_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Process Manufacturing Organizations


[View Source]

Columns
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
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
Query Text

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
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM APPS.PMIBV_ORGANIZATION_V;

Dependencies

[top of page]

APPS.PMIBV_ORGANIZATION_V references the following:

SchemaAPPS
SynonymSY_ORGN_MST

APPS.PMIBV_ORGANIZATION_V is not referenced by any database object