DBA Data[Home] [Help]

APPS.QLTTRAWB dependencies on HR_OPERATING_UNITS

Line 5370: FROM hr_operating_units ou

5366: program_id = x_program_id,
5367: program_update_date = sysdate,
5368: operating_unit_id =
5369: (SELECT ou.organization_id
5370: FROM hr_operating_units ou
5371: WHERE ou.name = qri.operating_unit AND
5372: (ou.date_from IS NULL OR ou.date_from <= sysdate) AND
5373: (ou.date_to IS NULL OR ou.date_to >= sysdate))
5374: WHERE qri.group_id = x_group_id AND