DBA Data[Home] [Help]

APPS.BEN_ESW_BUS dependencies on HR_API

Line 49: hr_api.mandatory_arg_error

45: hr_utility.set_location('Entering:'|| l_proc, 10);
46: --
47: -- Ensure that all the mandatory parameter are not null
48: --
49: hr_api.mandatory_arg_error
50: (p_api_name => l_proc
51: ,p_argument => 'elig_scre_wtg_id'
52: ,p_argument_value => p_elig_scre_wtg_id
53: );

Line 76: hr_api.set_security_group_id

72: close csr_sec_grp;
73: --
74: -- Set the security_group_id in CLIENT_INFO
75: --
76: hr_api.set_security_group_id
77: (p_security_group_id => l_security_group_id
78: );
79: --
80: -- Set the sessions legislation context in HR_SESSION_DATA

Line 82: hr_api.set_legislation_context(l_legislation_code);

78: );
79: --
80: -- Set the sessions legislation context in HR_SESSION_DATA
81: --
82: hr_api.set_legislation_context(l_legislation_code);
83: end if;
84: --
85: hr_utility.set_location(' Leaving:'|| l_proc, 20);
86: --

Line 120: hr_api.mandatory_arg_error

116: hr_utility.set_location('Entering:'|| l_proc, 10);
117: --
118: -- Ensure that all the mandatory parameter are not null
119: --
120: hr_api.mandatory_arg_error
121: (p_api_name => l_proc
122: ,p_argument => 'elig_scre_wtg_id'
123: ,p_argument_value => p_elig_scre_wtg_id
124: );

Line 126: if ( nvl(ben_esw_bus.g_elig_scre_wtg_id, hr_api.g_number)

122: ,p_argument => 'elig_scre_wtg_id'
123: ,p_argument_value => p_elig_scre_wtg_id
124: );
125: --
126: if ( nvl(ben_esw_bus.g_elig_scre_wtg_id, hr_api.g_number)
127: = p_elig_scre_wtg_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 257: hr_api.mandatory_arg_error

253: Begin
254: --
255: -- Ensure that the p_datetrack_mode argument is not null
256: --
257: hr_api.mandatory_arg_error
258: (p_api_name => l_proc
259: ,p_argument => 'datetrack_mode'
260: ,p_argument_value => p_datetrack_mode
261: );

Line 267: hr_api.mandatory_arg_error

263: -- Mode will be valid, as this is checked at the start of the upd.
264: --
265: -- Ensure the arguments are not null
266: --
267: hr_api.mandatory_arg_error
268: (p_api_name => l_proc
269: ,p_argument => 'validation_start_date'
270: ,p_argument_value => p_validation_start_date
271: );

Line 273: hr_api.mandatory_arg_error

269: ,p_argument => 'validation_start_date'
270: ,p_argument_value => p_validation_start_date
271: );
272: --
273: hr_api.mandatory_arg_error
274: (p_api_name => l_proc
275: ,p_argument => 'validation_end_date'
276: ,p_argument_value => p_validation_end_date
277: );

Line 341: hr_api.mandatory_arg_error

337: Begin
338: --
339: -- Ensure that the p_datetrack_mode argument is not null
340: --
341: hr_api.mandatory_arg_error
342: (p_api_name => l_proc
343: ,p_argument => 'datetrack_mode'
344: ,p_argument_value => p_datetrack_mode
345: );

Line 350: If (p_datetrack_mode = hr_api.g_delete or

346: --
347: -- Only perform the validation if the datetrack mode is either
348: -- DELETE or ZAP
349: --
350: If (p_datetrack_mode = hr_api.g_delete or
351: p_datetrack_mode = hr_api.g_zap) then
352: --
353: --
354: -- Ensure the arguments are not null

Line 351: p_datetrack_mode = hr_api.g_zap) then

347: -- Only perform the validation if the datetrack mode is either
348: -- DELETE or ZAP
349: --
350: If (p_datetrack_mode = hr_api.g_delete or
351: p_datetrack_mode = hr_api.g_zap) then
352: --
353: --
354: -- Ensure the arguments are not null
355: --

Line 356: hr_api.mandatory_arg_error

352: --
353: --
354: -- Ensure the arguments are not null
355: --
356: hr_api.mandatory_arg_error
357: (p_api_name => l_proc
358: ,p_argument => 'validation_start_date'
359: ,p_argument_value => p_validation_start_date
360: );

Line 362: hr_api.mandatory_arg_error

358: ,p_argument => 'validation_start_date'
359: ,p_argument_value => p_validation_start_date
360: );
361: --
362: hr_api.mandatory_arg_error
363: (p_api_name => l_proc
364: ,p_argument => 'validation_end_date'
365: ,p_argument_value => p_validation_end_date
366: );

Line 368: hr_api.mandatory_arg_error

364: ,p_argument => 'validation_end_date'
365: ,p_argument_value => p_validation_end_date
366: );
367: --
368: hr_api.mandatory_arg_error
369: (p_api_name => l_proc
370: ,p_argument => 'elig_scre_wtg_id'
371: ,p_argument_value => p_elig_scre_wtg_id
372: );