DBA Data[Home] [Help]

APPS.CSI_ML_PROGRAM_PUB dependencies on CSI_I_PARTY_INTERFACE

Line 219: DELETE FROM CSI_I_PARTY_INTERFACE cipi

215: AND source_system_name = nvl(p_source_system_name,source_system_name); --included for bug5949328
216:
217:
218: FORALL i1 IN 1 .. inst_intf_id_del.COUNT
219: DELETE FROM CSI_I_PARTY_INTERFACE cipi
220: WHERE inst_interface_id=inst_intf_id_del(i1);
221:
222: /* bnarayan Added to purge processed asset interface records */
223: FORALL i1 IN 1 .. inst_intf_id_del.COUNT

Line 435: DELETE FROM CSI_I_PARTY_INTERFACE cipi

431: AND source_system_name = nvl(p_source_system_name,source_system_name); --included for bug5949328;
432:
433:
434: FORALL i1 IN 1 .. inst_intf_id_del.COUNT
435: DELETE FROM CSI_I_PARTY_INTERFACE cipi
436: WHERE inst_interface_id=inst_intf_id_del(i1);
437:
438: /* bnarayan Added to purge processed asset interface records */
439: FORALL i1 IN 1 .. inst_intf_id_del.COUNT