DBA Data[Home] [Help]

APPS.HR_ORI_BUS dependencies on HR_ORGANIZATION_UNITS

Line 507: from hr_organization_units org,

503: select null
504: from dual
505: where exists
506: (select null
507: from hr_organization_units org,
508: hr_organization_information org2,
509: hr_org_info_types_by_class oitbc
510: where org.organization_id = p_organization_id
511: and org.organization_id = org2.organization_id

Line 693: from hr_organization_units

689: --
690: cursor c2 is
691: select date_from,
692: date_to
693: from hr_organization_units
694: where organization_id = p_organization_id;
695: --
696: l_c2 c2%rowtype;
697: --

Line 824: , hr_organization_units org

820: cursor csr_leg_code is
821: select pbg.legislation_code
822: from per_business_groups pbg
823: , hr_organization_information ori
824: , hr_organization_units org
825: where ori.org_information_id = p_org_information_id
826: and org.organization_id = ori.organization_id
827: and pbg.business_group_id = org.business_group_id; -- AT 27/9/01
828: --