DBA Data[Home] [Help]

APPS.HR_DE_ORGANIZATION_UPLOAD dependencies on HR_ORGANIZATION_API

Line 293: hr_organization_api.create_organization

289: --
290: --
291: -- Create basic organization definition.
292: --
293: hr_organization_api.create_organization
294: (p_validate => false
295: ,p_effective_date => p_effective_date
296: ,p_language_code => 'US'
297: ,p_date_from => p_date_from

Line 306: hr_organization_api.create_org_class_internal

302: --
303: --
304: -- Classify the organization as a tax office.
305: --
306: hr_organization_api.create_org_class_internal
307: (p_validate => false
308: ,p_effective_date => p_effective_date
309: ,p_organization_id => l_organization_id
310: ,p_org_classif_code => 'DE_TAX_OFFICE'

Line 318: hr_organization_api.create_org_information

314: --
315: --
316: -- Add extra organization information.
317: --
318: hr_organization_api.create_org_information
319: (p_validate => false
320: ,p_effective_date => p_effective_date
321: ,p_organization_id => l_organization_id
322: ,p_org_info_type_code => 'DE_TAX_OFFICE_INFO'

Line 363: hr_organization_api.create_organization

359: --
360: --
361: -- Create basic organization definition.
362: --
363: hr_organization_api.create_organization
364: (p_validate => false
365: ,p_effective_date => p_effective_date
366: ,p_language_code => 'US'
367: ,p_business_group_id => p_business_group_id

Line 377: hr_organization_api.create_org_classification

373: --
374: -- Classify the organization as a social insurance
375: -- provider of type p_provider_type.
376: --
377: hr_organization_api.create_org_classification
378: (p_validate => false
379: ,p_effective_date => p_effective_date
380: ,p_organization_id => l_organization_id
381: ,p_org_classif_code => p_provider_type

Line 388: hr_organization_api.create_org_information

384: --
385: --
386: -- Add extra organization information.
387: --
388: hr_organization_api.create_org_information
389: (p_validate => false
390: ,p_effective_date => p_effective_date
391: ,p_organization_id => l_organization_id
392: ,p_org_info_type_code => 'DE_SOCIAL_INSURANCE_INFO'