DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_API dependencies on HR_ORGANIZATION_BK6

Line 2352: hr_organization_bk6.create_org_classification_b

2348: savepoint create_org_classification;
2349: --
2350: hr_utility.set_location(l_proc, 15);
2351: begin
2352: hr_organization_bk6.create_org_classification_b
2353: (p_effective_date => p_effective_date
2354: ,p_organization_id => p_organization_id
2355: ,p_org_classif_code =>p_org_classif_code);
2356:

Line 2412: hr_organization_bk6.create_org_classification_a

2408: hr_utility.set_location(' Leaving:'||l_proc, 70);
2409: --
2410: begin
2411:
2412: hr_organization_bk6.create_org_classification_a
2413: (p_effective_date => p_effective_date
2414: ,p_organization_id => p_organization_id
2415: ,p_org_classif_code => p_org_classif_code
2416: );