DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on DBMS_LOB

Line 1397: (dbms_lob.getlength(l_payload) = 0) then

1393: -- this to make sure that the payload has something before
1394: -- insert into the doclog table.
1395: l_payload := p_event.getEventData();
1396: if (l_payload is null) or
1397: (dbms_lob.getlength(l_payload) = 0) then
1398: if (wf_log_pkg.level_error >= fnd_log.g_current_runtime_level)
1399: then
1400: wf_log_pkg.string(wf_log_pkg.level_error, l_module,
1401: 'Payload is null');

Line 1665: (dbms_lob.getlength(l_payload) = 0) then

1661: -- this to make sure that the payload has something before
1662: -- insert into the doclog table.
1663: l_payload := p_event.getEventData();
1664: if (l_payload is null) or
1665: (dbms_lob.getlength(l_payload) = 0) then
1666: ecx_utils.i_ret_code := l_retcode;
1667: ecx_utils.i_errbuf := l_retmsg;
1668: raise rule_exception;
1669: end if;