DBA Data[Home] [Help]

APPS.HR_WRK_SCH_PKG dependencies on DUAL

Line 572: INTO l_include_exceptions FROM DUAL;

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