FND Design Data [Home] [Help]

View: OKL_AM_INV_ORG_UV

Product: OKL - Lease and Finance Management
Description: This view is used by remarketing setup screen to display inventory organizations.
Implementation/DBA Data: ViewAPPS.OKL_AM_INV_ORG_UV
View Text

SELECT ORGANIZATION_CODE
, ORGANIZATION_NAME
, ORGANIZATION_ID
FROM ORG_ORGANIZATION_DEFINITIONS
WHERE SYSDATE <= NVL( DISABLE_DATE
, SYSDATE ) ORDER BY ORGANIZATION_NAME

Columns

Name
ORGANIZATION_CODE
ORGANIZATION_NAME
ORGANIZATION_ID