DBA Data[Home] [Help]

APPS.PER_FR_DISABILITY_UPG_PKG dependencies on DUAL

Line 147: from DUAL;

143: ELSE
144: /* Map fields to new values and default mandatory fields that are NULL */
145: SELECT decode(l_disabled.PEI_INFORMATION9, 'Y', 'OCC_INC', NULL)
146: INTO l_reason
147: from DUAL;
148:
149: if l_disabled.PEI_INFORMATION4 IS NULL THEN
150: l_category := 'UNKNOWN';
151: /* Field is defaulted Change status to warning. And write message to log */