DBA Data[Home] [Help]

APPS.BEN_PD_FORMULA_PKG dependencies on DBMS_LOB

Line 498: if (dbms_lob.getlength(l_formula_text) > 32512) then

494: l_formula_text clob;
495: BEGIN
496: l_formula_text := get_formula_text (p_formula_id , p_effective_date );
497:
498: if (dbms_lob.getlength(l_formula_text) > 32512) then
499: hr_utility.set_message(8302,'PQH_FF_TEXT_MORETHAN_32K');
500: hr_utility.raise_error;
501: end if;
502: