DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on CSI_INSTALL_PARAMETERS

Line 333: csi_install_parameters ip

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))
337: AND b.enabled_flag = 'Y'