DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on DUAL

Line 608: from dual;

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