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 3883: if hr_ori_bus.chk_cost_center_gap

3879: l_warning := false;
3880: --
3881: if p_org_info_type_code = 'Organization Name Alias' then
3882: --
3883: if hr_ori_bus.chk_cost_center_gap
3884: (p_organization_id => p_organization_id,
3885: p_org_information_id => p_org_information_id,
3886: p_org_information_context => p_org_info_type_code,
3887: p_start_date => fnd_date.canonical_to_date(p_org_information3),