DBA Data[Home] [Help]

APPS.HR_KI_INTEGRATIONS_API dependencies on HR_KI_INTEGRATIONS_API

Line 1: Package Body HR_KI_INTEGRATIONS_API as

1: Package Body HR_KI_INTEGRATIONS_API as
2: /* $Header: hrintapi.pkb 115.1 2004/01/28 23:31:04 vkarandi noship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := 'HR_KI_INTEGRATIONS_API';

2: /* $Header: hrintapi.pkb 115.1 2004/01/28 23:31:04 vkarandi noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := 'HR_KI_INTEGRATIONS_API';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |--------------------------< CREATE_INTEGRATION >--------------------------|
10: -- ----------------------------------------------------------------------------

Line 564: HR_KI_INTEGRATIONS_API.update_integration

560: and l_logout_url is not null and l_userfld is not null and
561: l_pwdfld is not null and l_authused is not null
562: ) then
563:
564: HR_KI_INTEGRATIONS_API.update_integration
565: (
566: p_source_type => 'SSO'
567: ,p_target_type => 'SSO'
568: ,p_integration_id => p_integration_id

Line 1467: end HR_KI_INTEGRATIONS_API;

1463: --
1464: hr_utility.set_location(' Leaving:'||l_proc, 90);
1465: raise;
1466: end delete_integration;
1467: end HR_KI_INTEGRATIONS_API;