0% found this document useful (0 votes)
6 views1 page

Date of Birth Validation, Join Date, Others All Date Validation, Default Sysdate or Current Dat

Uploaded by

tiredleshuman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Date of Birth Validation, Join Date, Others All Date Validation, Default Sysdate or Current Dat

Uploaded by

tiredleshuman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Teacher: Muhammad Nur E Alam, [email protected].

+88 01917975575

Date of Birth Validation,


Join Date and Others All Date Validation
And Default Sysdate or Current Date Display

Date of Birth:
Date of Birth er Format mask change kora jabena, Change korle error dibe
==============================================================

Validation:
Type: Function Body (Returning Error Text)

declare
V_DATE_OF_BIRTH DATE := :P11_DATE_OF_BIRTH ;
begin
if V_DATE_OF_BIRTH >= to_date(sysdate,'mm/dd/rrrr') then
return 'This Date of Birth is Greater Than The Current Date.';
else
null;
end if;
end;
########################################################

################################## End ################################

Page 1 of 1
Youtube Channel: https://www.youtube.com/channel/UCIuePiQ8lvB6hLmBBJHfDhw

You might also like