DBA Data[Home] [Help]

APPS.JTF_RS_RES_SSWA_PUB dependencies on HR_ALL_ORGANIZATION_UNITS

Line 115: from hr_all_organization_units

111:
112: cursor org_details(l_business_group_id number)
113: is
114: select name
115: from hr_all_organization_units
116: where l_business_group_id = organization_id;
117:
118: l_org_name varchar2(2000);
119: