DBA Data[Home] [Help]

APPS.OPI_DBI_INV_RPT_PKG dependencies on OPI_DBI_CALENDAR_PKG

Line 847: p_prev_as_of_date := opi_dbi_calendar_pkg.previous_period_asof_date(p_as_of_date, p_xtd, p_comparison_type);

843: else p_xtd := 'WTD';
844: end if;
845:
846: if(p_as_of_date is null) then p_as_of_date := sysdate; end if;
847: p_prev_as_of_date := opi_dbi_calendar_pkg.previous_period_asof_date(p_as_of_date, p_xtd, p_comparison_type);
848: p_nested_pattern := get_nested_pattern(p_xtd);
849:
850: if(p_comparison_type is null) then p_comparison_type := 'Y'; end if;
851: