DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on DUAL

Line 606: from dual;

602: and ppf.date_of_death is not null;
603: --
604: cursor csr_get_week_date is
605: select to_char(person.app_start_date, 'DAY')
606: from dual;
607: --
608: l_date_of_the_week varchar2(20);
609: l_death_date date;
610: