DBA Data[Home] [Help]

APPS.FII_TIME_M_C dependencies on EDW_LOCAL_SYSTEM_PARAMETERS

Line 285: from edw_local_system_parameters;

281: l_instance := edw_instance.get_code;
282:
283: select instance_code
284: into l_master_instance
285: from edw_local_system_parameters;
286:
287: -- -----------------------------------------------------------------------------
288: -- Clear the staging table before pushing data
289: -- -----------------------------------------------------------------------------

Line 1162: from edw_local_system_parameters;

1158: -- Pushing Enterprise calendar
1159: -- -----------------------------------------------------------------------------
1160: select period_set_name, period_type, instance_code
1161: into l_period_set_name, l_period_type, l_master_instance
1162: from edw_local_system_parameters;
1163:
1164: /* Enterprise hierarchy will only be populated if this is the master instance*/
1165: if l_master_instance=l_instance then
1166: edw_log.put_line('Pushing Enterprise calendar');