DBA Data[Home] [Help]

APPS.EDW_SALES_CHANNEL_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_sales_channel_fk := p_sales_channel_code || '-' || l_instance;
23: