DBA Data[Home] [Help]

APPS.IRC_IOF_BUS dependencies on DBMS_LOB

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

3289: --
3290: -- Check if the offer letter is present. If blob length is 0, it means that
3291: -- the blob is not uploaded.
3292: --
3293: if dbms_lob.getlength(l_offer_letter) = 0
3294: then
3295: --
3296: hr_utility.set_location(l_proc, 40);
3297: --