DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on HR_ORG_UNITS_NO_JOIN

Line 998: hr_org_units_no_join hrou

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');
1002: