DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on HR_ORGANIZATION_UNITS

Line 564: hr_organization_units ood

560: SELECT ood.date_to disable_date
561: INTO l_disable_date
562: FROM wip_parameters wp,
563: mtl_parameters mp ,
564: hr_organization_units ood
565: WHERE wp.organization_id = mp.organization_id
566: and wp.organization_id = ood.organization_id
567: and wp.organization_id = wjsi_row.organization_id;
568: