DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on CSI_I_PARTIES

Line 332: csi_i_parties cip,

328: SELECT a.serial_number, a.Instance_number
329: INTO x_serial_number, x_Instance_number
330: FROM csi_item_instances a,
331: mtl_system_items_b b,
332: csi_i_parties cip,
333: csi_install_parameters ip
334: WHERE TRUNC(SYSDATE) BETWEEN
335: TRUNC(NVL(a.active_start_date, SYSDATE)) AND
336: TRUNC(NVL(a.active_end_date, SYSDATE))