DBA Data[Home] [Help]

APPS.BEN_CTK_BUS dependencies on HR_API

Line 64: hr_api.mandatory_arg_error

60: end if;
61: --
62: -- Ensure that all the mandatory parameter are not null
63: --
64: hr_api.mandatory_arg_error
65: (p_api_name => l_proc
66: ,p_argument => 'group_per_in_ler_id'
67: ,p_argument_value => p_group_per_in_ler_id
68: );

Line 69: hr_api.mandatory_arg_error

65: (p_api_name => l_proc
66: ,p_argument => 'group_per_in_ler_id'
67: ,p_argument_value => p_group_per_in_ler_id
68: );
69: hr_api.mandatory_arg_error
70: (p_api_name => l_proc
71: ,p_argument => 'task_id'
72: ,p_argument_value => p_task_id
73: );

Line 98: hr_api.set_security_group_id

94: close csr_sec_grp;
95: --
96: -- Set the security_group_id in CLIENT_INFO
97: --
98: hr_api.set_security_group_id
99: (p_security_group_id => l_security_group_id
100: );
101: --
102: -- Set the sessions legislation context in HR_SESSION_DATA

Line 104: hr_api.set_legislation_context(l_legislation_code);

100: );
101: --
102: -- Set the sessions legislation context in HR_SESSION_DATA
103: --
104: hr_api.set_legislation_context(l_legislation_code);
105: end if;
106: --
107: if g_debug then
108: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 152: hr_api.mandatory_arg_error

148: end if;
149: --
150: -- Ensure that all the mandatory parameter are not null
151: --
152: hr_api.mandatory_arg_error
153: (p_api_name => l_proc
154: ,p_argument => 'group_per_in_ler_id'
155: ,p_argument_value => p_group_per_in_ler_id
156: );

Line 157: hr_api.mandatory_arg_error

153: (p_api_name => l_proc
154: ,p_argument => 'group_per_in_ler_id'
155: ,p_argument_value => p_group_per_in_ler_id
156: );
157: hr_api.mandatory_arg_error
158: (p_api_name => l_proc
159: ,p_argument => 'task_id'
160: ,p_argument_value => p_task_id
161: );

Line 163: if (( nvl(ben_ctk_bus.g_group_per_in_ler_id, hr_api.g_number)

159: ,p_argument => 'task_id'
160: ,p_argument_value => p_task_id
161: );
162: --
163: if (( nvl(ben_ctk_bus.g_group_per_in_ler_id, hr_api.g_number)
164: = p_group_per_in_ler_id)
165: and ( nvl(ben_ctk_bus.g_task_id, hr_api.g_number)
166: = p_task_id)) then
167: --

Line 165: and ( nvl(ben_ctk_bus.g_task_id, hr_api.g_number)

161: );
162: --
163: if (( nvl(ben_ctk_bus.g_group_per_in_ler_id, hr_api.g_number)
164: = p_group_per_in_ler_id)
165: and ( nvl(ben_ctk_bus.g_task_id, hr_api.g_number)
166: = p_task_id)) then
167: --
168: -- The legislation code has already been found with a previous
169: -- call to this function. Just return the value in the global

Line 260: if nvl(p_rec.group_per_in_ler_id, hr_api.g_number) <>

256: fnd_message.set_token('STEP ', '5');
257: fnd_message.raise_error;
258: END IF;
259: --
260: if nvl(p_rec.group_per_in_ler_id, hr_api.g_number) <>
261: ben_ctk_shd.g_old_rec.group_per_in_ler_id then
262: hr_api.argument_changed_error
263: (p_api_name => l_proc
264: ,p_argument => 'GROUP_PER_IN_LER_ID'

Line 262: hr_api.argument_changed_error

258: END IF;
259: --
260: if nvl(p_rec.group_per_in_ler_id, hr_api.g_number) <>
261: ben_ctk_shd.g_old_rec.group_per_in_ler_id then
262: hr_api.argument_changed_error
263: (p_api_name => l_proc
264: ,p_argument => 'GROUP_PER_IN_LER_ID'
265: ,p_base_table => ben_ctk_shd.g_tab_nam
266: );

Line 269: if nvl(p_rec.task_id, hr_api.g_number) <>

265: ,p_base_table => ben_ctk_shd.g_tab_nam
266: );
267: end if;
268: --
269: if nvl(p_rec.task_id, hr_api.g_number) <>
270: ben_ctk_shd.g_old_rec.task_id then
271: hr_api.argument_changed_error
272: (p_api_name => l_proc
273: ,p_argument => 'TASK_ID'

Line 271: hr_api.argument_changed_error

267: end if;
268: --
269: if nvl(p_rec.task_id, hr_api.g_number) <>
270: ben_ctk_shd.g_old_rec.task_id then
271: hr_api.argument_changed_error
272: (p_api_name => l_proc
273: ,p_argument => 'TASK_ID'
274: ,p_base_table => ben_ctk_shd.g_tab_nam
275: );