DBA Data[Home] [Help]

APPS.IRC_IOF_BUS dependencies on DBMS_LOB

Line 3242: if dbms_lob.getlength(l_offer_letter) = 0

3238: --
3239: -- Check if the offer letter is present. If blob length is 0, it means that
3240: -- the blob is not uploaded.
3241: --
3242: if dbms_lob.getlength(l_offer_letter) = 0
3243: then
3244: --
3245: hr_utility.set_location(l_proc, 40);
3246: --