DBA Data[Home] [Help]

APPS.HR_WRK_SCH_PKG dependencies on DUAL

Line 567: INTO l_include_exceptions FROM DUAL;

563: l_busy_tentative_as := NVL(p_busy_tentative_as, 'BUSY');
564: l_wrk_sch_found := FALSE;
565: l_wrk_sch_count := 0;
566: SELECT DECODE(p_include_exceptions, 'Y','T', 'N','F', 'T','T', 'F','F', 'T')
567: INTO l_include_exceptions FROM DUAL;
568:
569: -- Validate parameters
570: IF p_person_assignment_id IS NULL THEN
571: x_return_message := 'NULL P_PERSON_ASSIGNMENT_ID';