DBA Data[Home] [Help]

APPS.XTR_IG_TRANSFERS_PKG dependencies on XTR_INTERFACE_ERRORS

Line 2838: delete from xtr_interface_errors

2834: --******************************************************************************************************
2835: -- 3800146 Not necessary for ZBA/CL *****************************************************************
2836: --******************************************************************************************************
2837: if G_Ig_Source is null and nvl(G_Ig_External_Source,'@@@') not in (C_ZBA,C_CL) then
2838: delete from xtr_interface_errors
2839: where external_deal_id = ARec_Interface.external_deal_id
2840: and deal_type = ARec_Interface.deal_type;
2841: end if;
2842: