DBA Data[Home] [Help]

APPS.FII_AR_CASH_PKG dependencies on EDW_SOURCE_INSTANCES

Line 47: from edw_source_instances;

43:
44: cursor source_instance is
45: select instance_code,
46: warehouse_to_instance_link
47: from edw_source_instances;
48:
49: BEGIN
50:
51: -- --------------------------------------------------------