DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on HR_ORGANIZATION_UNITS

Line 467: hr_organization_units ood

463: and wjsi.process_status in (WIP_CONSTANTS.RUNNING, WIP_CONSTANTS.WARNING)
464: and not exists (select 1
465: from wip_parameters wp,
466: mtl_parameters mp,
467: hr_organization_units ood
468: where wp.organization_id = mp.organization_id
469: and wp.organization_id = ood.organization_id
470: and wp.organization_id = wjsi.organization_id
471: and sysdate < nvl(ood.date_to, sysdate + 1))

Line 3124: FROM hr_organization_units hou,

3120: SELECT
3121: decode(hoi.org_information_context, 'Accounting Information',
3122: to_number(hoi.org_information3), to_number(null)) operating_unit
3123: INTO l_operatingUnit
3124: FROM hr_organization_units hou,
3125: wip_parameters wp,
3126: mtl_parameters mp,
3127: hr_organization_information hoi
3128: WHERE hou.organization_id = hoi.organization_id