[Home] [Help]
APPS.WIP_JSI_VALIDATOR dependencies on HR_ORGANIZATION_UNITS
Line 569: hr_organization_units ood
565: SELECT ood.date_to disable_date
566: INTO l_disable_date
567: FROM wip_parameters wp,
568: mtl_parameters mp ,
569: hr_organization_units ood
570: WHERE wp.organization_id = mp.organization_id
571: and wp.organization_id = ood.organization_id
572: and wp.organization_id = wjsi_row.organization_id;
573: