DBA Data[Home] [Help]

APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on WF_CORE

Line 1661: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

1657: l_report_header_id,
1658: 'AME_CHILD_ITEM_KEY_SEQ');
1659: exception
1660: when others then
1661: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
1662: l_childItemKeySeq := 0;
1663: else
1664: raise;
1665: end if;