FND Design Data [Home] [Help]

View: GR_OTHER_NAMES_ORGN_V

Product: GR - Process Manufacturing Regulatory Management
Description: This view selects unique item/organization combinations from the GR_OTHER_NAMES_TL table and denormalizes the foreign key to the SY_ORGN_MST table for the organization description.
Implementation/DBA Data: ViewAPPS.GR_OTHER_NAMES_ORGN_V
View Text

SELECT UNIQUE B.ITEM_CODE
, B.ORGN_CODE
, S.ORGN_NAME
FROM GR_OTHER_NAMES_TL B
, SY_ORGN_MST S
WHERE S.ORGN_CODE = B.ORGN_CODE

Columns

Name
ITEM_CODE
ORGN_CODE
ORGN_NAME