DBA Data[Home] [Help]

APPS.PYGBEXC dependencies on DUAL

Line 410: FROM dual;

406: + decode(sign(p_owner_effective_date -
407: to_date('06-04-'|| to_char(p_owner_effective_date,'YYYY'),'DD-MM-YYYY')),
408: -1,0,1)),'DD-MM-YYYY') finyear_end
409: INTO p_expiry_information
410: FROM dual;
411:
412: hr_utility.set_location ('p_expiry_information'||p_expiry_information,10);
413:
414: end ASG_STAT_YTD_EC;