DBA Data[Home] [Help]

APPS.HR_USER_ACCT_EMP_EXTRACT dependencies on PER_ORGANIZATION_UNITS

Line 55: ,p_single_org_id in per_organization_units.organization_id%type

51: ,p_batch_name in hr_pump_batch_headers.batch_name%TYPE
52: ,p_date_from in varchar2 default null
53: ,p_date_to in varchar2 default null
54: ,p_business_group_id in per_all_people_f.business_group_id%type
55: ,p_single_org_id in per_organization_units.organization_id%type
56: default null
57: ,p_organization_structure_id in
58: per_organization_structures.organization_structure_id%type
59: default null

Line 63: ,p_parent_org_id in per_organization_units.organization_id%type

59: default null
60: ,p_org_structure_version_id in
61: per_org_structure_versions.org_structure_version_id%type
62: default null
63: ,p_parent_org_id in per_organization_units.organization_id%type
64: default null
65: ,p_run_type in varchar2
66: )
67: IS