DBA Data[Home] [Help]

APPS.HR_USER_ACCT_EMP_EXTRACT dependencies on PER_ORGANIZATION_UNITS

Line 46: ,p_single_org_id in per_organization_units.organization_id%type

42: ,p_batch_name in hr_pump_batch_headers.batch_name%TYPE
43: ,p_date_from in varchar2 default null
44: ,p_date_to in varchar2 default null
45: ,p_business_group_id in per_all_people_f.business_group_id%type
46: ,p_single_org_id in per_organization_units.organization_id%type
47: default null
48: ,p_organization_structure_id in
49: per_organization_structures.organization_structure_id%type
50: default null

Line 54: ,p_parent_org_id in per_organization_units.organization_id%type

50: default null
51: ,p_org_structure_version_id in
52: per_org_structure_versions.org_structure_version_id%type
53: default null
54: ,p_parent_org_id in per_organization_units.organization_id%type
55: default null
56: ,p_run_type in varchar2
57: );
58: --