DBA Data[Home] [Help]

APPS.PAY_NO_ABS_VALIDATION dependencies on FND_DATE

Line 265: l_date_of_birth := fnd_date.canonical_to_date(P_ABS_INFORMATION1) ;

261:
262: END IF;
263: IF P_ABS_INFORMATION_CATEGORY IN ('NO_PA','NO_PTP') THEN
264: -- Error - if the absence start date is earlier than the date of birth
265: l_date_of_birth := fnd_date.canonical_to_date(P_ABS_INFORMATION1) ;
266: IF l_date_of_birth > P_DATE_START THEN
267: Fnd_message.set_name('PAY','PAY_376905_NO_DOB_ST_DT_CHECK');
268: Fnd_message.raise_error;
269: END IF;