DBA Data[Home] [Help]

APPS.BIX_UWQ_SUMMARY_PKG dependencies on STANDARD

Line 306: --An alternative is to use the "IW" date format, which is based on the ISO standard.

302:
303:
304: --
305: --Determine the date of the Monday for the current week.
306: --An alternative is to use the "IW" date format, which is based on the ISO standard.
307: --The ISO standard is that a week is from Monday through Sunday. This is adopted here.
308: --
309:
310: /*

Line 307: --The ISO standard is that a week is from Monday through Sunday. This is adopted here.

303:
304: --
305: --Determine the date of the Monday for the current week.
306: --An alternative is to use the "IW" date format, which is based on the ISO standard.
307: --The ISO standard is that a week is from Monday through Sunday. This is adopted here.
308: --
309:
310: /*
311: SELECT NEXT_DAY(v_insert_date-7, 'MONDAY')