DBA Data[Home] [Help]

APPS.ECX_PURGE dependencies on WF_CORE

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

163: /* Fix for Bug# 12860076 */
164: IF get_out_error_id%ISOPEN THEN
165: CLOSE get_out_error_id;
166: END IF;
167: Wf_Core.Context('ECX_Purge', 'Purge_Outbound', transaction_type, transaction_subtype,party_id,party_site_id,to_char(fromDate),to_char(toDate));
168: raise;
169: end PURGE_OUTBOUND;
170: --
171: -- procedure PURGE

Line 443: 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));

439: end if;
440: if(get_ext_ret_error_id%ISOPEN) then
441: close get_ext_ret_error_id;
442: end if;
443: 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));
444: raise;
445: end PURGE;
446:
447: --

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

647: if(get_ext_ret_error_id%ISOPEN) then
648: close get_ext_ret_error_id;
649: end if;
650:
651: Wf_Core.Context('ECX_Purge', 'Purge_Items', itemType, itemKey, to_char(endDate));
652: -- raise;
653: END PURGE_ITEMS;
654: -- procedure Purge_Transactions
655: --This procedure has been incorporated to make the CP for purging obsolete ECX data.

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

739: end if;
740: if(get_ext_trans%ISOPEN) then
741: close get_ext_trans;
742: end if;
743: Wf_Core.Context('ECX_Purge', 'Purge_Transactions', transaction_Type, transaction_subtype, to_char(toDate));
744: raise;
745: END PURGE_TRANSACTIONS;
746: --
747:

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

790:
791: exception
792: when others then
793: -- Retrieve error message into errbuf
794: wf_core.get_error(errname, errmsg, errstack);
795: if (errmsg is not null) then
796: errbuf := errmsg;
797: else
798: errbuf := sqlerrm;