DBA Data[Home] [Help]

APPS.CSI_SYSTEMS_PVT dependencies on CSI_ORG_UNIT_VLD_PVT

Line 2619: IF NOT csi_org_unit_vld_pvt.Is_Valid_operating_unit_id(p_system_rec.operating_unit_id) THEN

2615:
2616: -- Validate the Operating Unit
2617: IF p_system_rec.operating_unit_id is NOT NULL AND
2618: p_system_rec.operating_unit_id <> FND_API.G_MISS_NUM THEN
2619: IF NOT csi_org_unit_vld_pvt.Is_Valid_operating_unit_id(p_system_rec.operating_unit_id) THEN
2620: RAISE fnd_api.g_exc_error;
2621: END IF;
2622: END IF;
2623: --

Line 3249: IF NOT csi_org_unit_vld_pvt.Is_Valid_operating_unit_id(p_system_rec.operating_unit_id) THEN

3245: -- Validate Operating_unit_id
3246: IF p_system_rec.operating_unit_id IS NOT NULL AND
3247: p_system_rec.operating_unit_id <> FND_API.G_MISS_NUM AND
3248: p_system_rec.operating_unit_id <> nvl(l_sys_csr.operating_unit_id,-999) THEN
3249: IF NOT csi_org_unit_vld_pvt.Is_Valid_operating_unit_id(p_system_rec.operating_unit_id) THEN
3250: RAISE fnd_api.g_exc_error;
3251: END IF;
3252: END IF;
3253: --