DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_ORI_BUS

Line 3222: if hr_ori_bus.chk_cost_center_gap

3218: l_warning := false;
3219: --
3220: if p_org_info_type_code = 'Organization Name Alias' then
3221: --
3222: if hr_ori_bus.chk_cost_center_gap
3223: (p_organization_id => p_organization_id,
3224: p_org_information_id => l_org_information_id,
3225: p_org_information_context => p_org_info_type_code,
3226: p_start_date => fnd_date.canonical_to_date(p_org_information3),

Line 3899: if hr_ori_bus.chk_cost_center_gap

3895: l_warning := false;
3896: --
3897: if p_org_info_type_code = 'Organization Name Alias' then
3898: --
3899: if hr_ori_bus.chk_cost_center_gap
3900: (p_organization_id => p_organization_id,
3901: p_org_information_id => p_org_information_id,
3902: p_org_information_context => p_org_info_type_code,
3903: p_start_date => fnd_date.canonical_to_date(p_org_information3),