DBA Data[Home] [Help]

APPS.POA_DBI_UTIL_PKG dependencies on POA_DBI_CALENDAR_PKG

Line 354: p_prev_as_of_date := poa_dbi_calendar_pkg.previous_period_asof_date(p_as_of_date, p_xtd, p_comparison_type);

350: p_xtd := 'WTD';
351: end if;
352:
353: if(p_as_of_date is null) then p_as_of_date := sysdate; end if;
354: p_prev_as_of_date := poa_dbi_calendar_pkg.previous_period_asof_date(p_as_of_date, p_xtd, p_comparison_type);
355: p_nested_pattern := poa_dbi_util_pkg.get_nested_pattern(p_xtd);
356:
357: if(p_comparison_type is null) then p_comparison_type := 'S'; end if;
358: