DBA Data[Home] [Help]

APPS.IEX_DUNNING_PLANS_PKG dependencies on IEX_AG_DN_XREF

Line 266: delete from iex_ag_dn_xref

262: if (sql%notfound) then
263: raise no_data_found;
264: end if;
265:
266: delete from iex_ag_dn_xref
267: where dunning_plan_id = x_dunning_plan_id;
268:
269: if (sql%notfound) then
270: raise no_data_found;