DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on DBMS_LOB

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

1401: -- this to make sure that the payload has something before
1402: -- insert into the doclog table.
1403: l_payload := p_event.getEventData();
1404: if (l_payload is null) or
1405: (dbms_lob.getlength(l_payload) = 0) then
1406: if (wf_log_pkg.level_error >= fnd_log.g_current_runtime_level)
1407: then
1408: wf_log_pkg.string(wf_log_pkg.level_error, l_module,
1409: 'Payload is null');

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

1669: -- this to make sure that the payload has something before
1670: -- insert into the doclog table.
1671: l_payload := p_event.getEventData();
1672: if (l_payload is null) or
1673: (dbms_lob.getlength(l_payload) = 0) then
1674: ecx_utils.i_ret_code := l_retcode;
1675: ecx_utils.i_errbuf := l_retmsg;
1676: raise rule_exception;
1677: end if;