DBA Data[Home] [Help]

APPS.FII_AR_CUSTOMER_DIMENSION_PKG dependencies on BIS_COMMON_PARAMETERS

Line 434: p_period_from => BIS_COMMON_PARAMETERS.Get_Global_Start_Date,

430:
431: g_state := 'Calling BIS_COLLECTION_UTILITIES.wrapup';
432: BIS_COLLECTION_UTILITIES.wrapup(
433: p_status => TRUE,
434: p_period_from => BIS_COMMON_PARAMETERS.Get_Global_Start_Date,
435: p_period_to => g_sysdate);
436:
437:
438: EXCEPTION

Line 538: g_last_load_date := GREATEST(NVL(l_start_date, BIS_COMMON_PARAMETERS.Get_Global_Start_Date),

534: l_start_date_temp, l_end_date,
535: l_period_from, l_period_to);
536:
537:
538: g_last_load_date := GREATEST(NVL(l_start_date, BIS_COMMON_PARAMETERS.Get_Global_Start_Date),
539: NVL(l_start_date_temp, BIS_COMMON_PARAMETERS.Get_Global_Start_Date));
540:
541: if g_debug_flag = 'Y' then
542: FII_UTIL.put_line('Incremental load will collect data from ' || to_char(g_last_load_date, 'YYYY/MM/DD HH24:MI:SS') || ' to ' || to_char(g_sysdate, 'YYYY/MM/DD HH24:MI:SS') || '.');

Line 539: NVL(l_start_date_temp, BIS_COMMON_PARAMETERS.Get_Global_Start_Date));

535: l_period_from, l_period_to);
536:
537:
538: g_last_load_date := GREATEST(NVL(l_start_date, BIS_COMMON_PARAMETERS.Get_Global_Start_Date),
539: NVL(l_start_date_temp, BIS_COMMON_PARAMETERS.Get_Global_Start_Date));
540:
541: if g_debug_flag = 'Y' then
542: FII_UTIL.put_line('Incremental load will collect data from ' || to_char(g_last_load_date, 'YYYY/MM/DD HH24:MI:SS') || ' to ' || to_char(g_sysdate, 'YYYY/MM/DD HH24:MI:SS') || '.');
543: end if;