DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 997: from hr_all_organization_units_tl hout,

993: x_progress varchar2(3) := '000';
994:
995: cursor c1(x_org_id IN number) is
996: select hout.name
997: from hr_all_organization_units_tl hout,
998: hr_org_units_no_join hrou
999: where hrou.organization_id = x_org_id
1000: and hrou.organization_id = hout.organization_id
1001: and hout.language = userenv('lang');