DBA Data[Home] [Help]

APPS.HR_EAP_DEL dependencies on HR_KI_EXT_APPLICATIONS

Line 25: from hr_ki_ext_applications

21: l_proc varchar2(72) := g_package || 'delete_sso_details';
22:
23: CURSOR csr_app_id IS
24: select EXT_APPLICATION_ID
25: from hr_ki_ext_applications
26: where external_application_id=p_sso_id;
27:
28:
29: BEGIN

Line 131: -- Delete the hr_ki_ext_applications row.

127: hr_utility.set_location('Entering:'||l_proc, 5);
128: --
129: --
130: --
131: -- Delete the hr_ki_ext_applications row.
132: --
133: delete from hr_ki_ext_applications
134: where ext_application_id = p_rec.ext_application_id;
135: --

Line 133: delete from hr_ki_ext_applications

129: --
130: --
131: -- Delete the hr_ki_ext_applications row.
132: --
133: delete from hr_ki_ext_applications
134: where ext_application_id = p_rec.ext_application_id;
135: --
136: --
137: --

Line 247: (p_module_name => 'HR_KI_EXT_APPLICATIONS'

243: --
244: when hr_api.cannot_find_prog_unit then
245: --
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'HR_KI_EXT_APPLICATIONS'
248: ,p_hook_type => 'AD');
249: --
250: end;
251: --