DBA Data[Home] [Help]

APPS.FF_ARCHIVE_UTILS dependencies on HR_ORGANIZATION_UNITS

Line 27: hr_organization_units hou

23: cursor cur_org_name is
24: select
25: hou.name
26: from
27: hr_organization_units hou
28: where
29: hou.organization_id = to_number(p_context_value);
30:
31: l_org_name hr_organization_units.name%TYPE;

Line 31: l_org_name hr_organization_units.name%TYPE;

27: hr_organization_units hou
28: where
29: hou.organization_id = to_number(p_context_value);
30:
31: l_org_name hr_organization_units.name%TYPE;
32:
33: begin
34:
35: open cur_org_name;