DBA Data[Home] [Help]

APPS.QLTTRAWB dependencies on HR_OPERATING_UNITS

Line 5025: FROM hr_operating_units ou

5021: program_id = x_program_id,
5022: program_update_date = sysdate,
5023: operating_unit_id =
5024: (SELECT ou.organization_id
5025: FROM hr_operating_units ou
5026: WHERE ou.name = qri.operating_unit AND
5027: (ou.date_from IS NULL OR ou.date_from <= sysdate) AND
5028: (ou.date_to IS NULL OR ou.date_to >= sysdate))
5029: WHERE qri.group_id = x_group_id AND