DBA Data[Home] [Help]

VIEW: APPS.GMI_ITEM_ORGANIZATIONS_V1

Source

View Text - Preformatted

SELECT i.organization_id, i.created_by, i.creation_date, i.last_updated_by, i.last_update_date, i.last_update_login, d.organization_code, d.organization_name, p.master_organization_id FROM gmi_item_organizations i, org_organization_definitions d, mtl_parameters p WHERE i.organization_id = d.organization_id and d.organization_id = p.organization_id
View Text - HTML Formatted

SELECT I.ORGANIZATION_ID
, I.CREATED_BY
, I.CREATION_DATE
, I.LAST_UPDATED_BY
, I.LAST_UPDATE_DATE
, I.LAST_UPDATE_LOGIN
, D.ORGANIZATION_CODE
, D.ORGANIZATION_NAME
, P.MASTER_ORGANIZATION_ID
FROM GMI_ITEM_ORGANIZATIONS I
, ORG_ORGANIZATION_DEFINITIONS D
, MTL_PARAMETERS P
WHERE I.ORGANIZATION_ID = D.ORGANIZATION_ID
AND D.ORGANIZATION_ID = P.ORGANIZATION_ID