DBA Data[Home] [Help]

APPS.ECX_PURGE dependencies on WF_CORE

Line 157: Wf_Core.Context('ECX_Purge', 'Purge_Outbound', transaction_type, transaction_subtype,party_id,party_site_id,to_char(fromDate),to_char(toDate));

153: end if;
154: END LOOP;
155: exception
156: WHEN others THEN
157: Wf_Core.Context('ECX_Purge', 'Purge_Outbound', transaction_type, transaction_subtype,party_id,party_site_id,to_char(fromDate),to_char(toDate));
158: raise;
159: end PURGE_OUTBOUND;
160: --
161: -- procedure PURGE

Line 428: Wf_Core.Context('ECX_Purge', 'Purge', item_type, item_key,transaction_type, transaction_subtype,party_id,party_site_id,to_char(fromDate),to_char(toDate));

424: end if;
425: if(get_ext_ret_error_id%ISOPEN) then
426: close get_ext_ret_error_id;
427: end if;
428: Wf_Core.Context('ECX_Purge', 'Purge', item_type, item_key,transaction_type, transaction_subtype,party_id,party_site_id,to_char(fromDate),to_char(toDate));
429: raise;
430: end PURGE;
431:
432: --

Line 636: Wf_Core.Context('ECX_Purge', 'Purge_Items', itemType, itemKey, to_char(endDate));

632: if(get_ext_ret_error_id%ISOPEN) then
633: close get_ext_ret_error_id;
634: end if;
635:
636: Wf_Core.Context('ECX_Purge', 'Purge_Items', itemType, itemKey, to_char(endDate));
637: -- raise;
638: END PURGE_ITEMS;
639: -- procedure Purge_Transactions
640: --This procedure has been incorporated to make the CP for purging obsolete ECX data.

Line 728: Wf_Core.Context('ECX_Purge', 'Purge_Transactions', transaction_Type, transaction_subtype, to_char(toDate));

724: end if;
725: if(get_ext_trans%ISOPEN) then
726: close get_ext_trans;
727: end if;
728: Wf_Core.Context('ECX_Purge', 'Purge_Transactions', transaction_Type, transaction_subtype, to_char(toDate));
729: raise;
730: END PURGE_TRANSACTIONS;
731: --
732:

Line 779: wf_core.get_error(errname, errmsg, errstack);

775:
776: exception
777: when others then
778: -- Retrieve error message into errbuf
779: wf_core.get_error(errname, errmsg, errstack);
780: if (errmsg is not null) then
781: errbuf := errmsg;
782: else
783: errbuf := sqlerrm;