Tuesday 18 September 2012

Oracle HRMS Organization API

--ORGANIZATION
--
BEGIN
hr_organization_api.create_hr_organization
( p_validate => l_validate
,p_effective_date => l_effective_date
,p_business_group_id => l_business_group_id
,p_name => l_name
,p_date_from => l_date_from
,p_location_id => l_location_id
,p_internal_external_flag => l_internal_external_flag
,p_type => l_type
,p_enabled_flag => 'Y'
,p_object_version_number_inf => l_object_version_number_inf
,p_object_version_number_org => l_object_version_number_org
,p_organization_id => l_organization_id
,p_org_information_id => l_org_information_id
,p_duplicate_org_warning => l_duplicate_org_warning
);
END

No comments:

Post a Comment