DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 1051: from hr_all_organization_units_tl hout,

1047: x_progress varchar2(3) := '000';
1048:
1049: cursor c1(x_org_id IN number) is
1050: select hout.name
1051: from hr_all_organization_units_tl hout,
1052: hr_org_units_no_join hrou
1053: where hrou.organization_id = x_org_id
1054: and hrou.organization_id = hout.organization_id
1055: and hout.language = userenv('lang');