DBA Data[Home] [Help]

APPS.EDW_FORECAST_PKG dependencies on EDW_LOCAL_INSTANCE

Line 19: from edw_local_instance;

15: IF (p_instance_code is NOT NULL) then
16: l_instance := p_instance_code;
17: ELSE
18: select instance_code into l_instance
19: from edw_local_instance;
20: END IF;
21:
22: l_forecast_fk := p_forecast_designator || '-' || p_organization_id || '-' || l_instance;
23: