DBA Data[Home] [Help]

APPS.IRC_CMR_BUS dependencies on HR_API

Line 53: hr_api.mandatory_arg_error

49: hr_utility.set_location('Entering:'|| l_proc, 10);
50: --
51: -- Ensure that all the mandatory parameter are not null
52: --
53: hr_api.mandatory_arg_error
54: (p_api_name => l_proc
55: ,p_argument => 'communication_recipient_id'
56: ,p_argument_value => p_communication_recipient_id
57: );

Line 80: hr_api.set_security_group_id

76: close csr_sec_grp;
77: --
78: -- Set the security_group_id in CLIENT_INFO
79: --
80: hr_api.set_security_group_id
81: (p_security_group_id => l_security_group_id
82: );
83: --
84: -- Set the sessions legislation context in HR_SESSION_DATA

Line 86: hr_api.set_legislation_context(l_legislation_code);

82: );
83: --
84: -- Set the sessions legislation context in HR_SESSION_DATA
85: --
86: hr_api.set_legislation_context(l_legislation_code);
87: end if;
88: --
89: hr_utility.set_location(' Leaving:'|| l_proc, 20);
90: --

Line 128: hr_api.mandatory_arg_error

124: hr_utility.set_location('Entering:'|| l_proc, 10);
125: --
126: -- Ensure that all the mandatory parameter are not null
127: --
128: hr_api.mandatory_arg_error
129: (p_api_name => l_proc
130: ,p_argument => 'communication_recipient_id'
131: ,p_argument_value => p_communication_recipient_id
132: );

Line 134: if ( nvl(irc_cmr_bus.g_communication_recipient_id, hr_api.g_number)

130: ,p_argument => 'communication_recipient_id'
131: ,p_argument_value => p_communication_recipient_id
132: );
133: --
134: if ( nvl(irc_cmr_bus.g_communication_recipient_id, hr_api.g_number)
135: = p_communication_recipient_id) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global

Line 225: hr_api.argument_changed_error

221: -- EDIT_HERE: Add checks to ensure non-updateable args have
222: -- not been updated.
223: if p_rec.communication_object_type <> irc_cmr_shd.g_old_rec.communication_object_type
224: then
225: hr_api.argument_changed_error
226: (p_api_name => l_proc
227: ,p_argument => 'COMMUNICATION_OBJECT_TYPE'
228: ,p_base_table => irc_cmr_shd.g_tab_nam
229: );

Line 234: hr_api.argument_changed_error

230: end if;
231: --
232: if p_rec.communication_object_id <> irc_cmr_shd.g_old_rec.communication_object_id
233: then
234: hr_api.argument_changed_error
235: (p_api_name => l_proc
236: ,p_argument => 'COMMUNICATION_OBJECT_ID'
237: ,p_base_table => irc_cmr_shd.g_tab_nam
238: );

Line 242: hr_api.argument_changed_error

238: );
239: end if;
240: if p_rec.recipient_type <> irc_cmr_shd.g_old_rec.recipient_type
241: then
242: hr_api.argument_changed_error
243: (p_api_name => l_proc
244: ,p_argument => 'RECIPIENT_TYPE'
245: ,p_base_table => irc_cmr_shd.g_tab_nam
246: );

Line 251: hr_api.argument_changed_error

247: end if;
248: --
249: if p_rec.recipient_id <> irc_cmr_shd.g_old_rec.recipient_id
250: then
251: hr_api.argument_changed_error
252: (p_api_name => l_proc
253: ,p_argument => 'RECIPIENT_ID'
254: ,p_base_table => irc_cmr_shd.g_tab_nam
255: );

Line 292: hr_api.mandatory_arg_error

288: Begin
289: --
290: hr_utility.set_location(' Entering:'||l_proc,10);
291: --
292: hr_api.mandatory_arg_error
293: (p_api_name => l_proc
294: ,p_argument => 'COMMUNICATION_OBJECT_TYPE'
295: ,p_argument_value => p_communication_object_type
296: );

Line 300: hr_api.mandatory_arg_error

296: );
297: --
298: hr_utility.set_location(' Entering:'||l_proc,20);
299: --
300: hr_api.mandatory_arg_error
301: (p_api_name => l_proc
302: ,p_argument => 'COMMUNICATION_OBJECT_ID'
303: ,p_argument_value => p_communication_object_id
304: );

Line 385: hr_api.mandatory_arg_error

381: Begin
382: --
383: hr_utility.set_location(' Entering:'||l_proc,10);
384: --
385: hr_api.mandatory_arg_error
386: (p_api_name => l_proc
387: ,p_argument => 'RECIPIENT_TYPE'
388: ,p_argument_value => p_recipient_type
389: );

Line 393: hr_api.mandatory_arg_error

389: );
390: --
391: hr_utility.set_location(' Entering:'||l_proc,20);
392: --
393: hr_api.mandatory_arg_error
394: (p_api_name => l_proc
395: ,p_argument => 'RECIPIENT_ID'
396: ,p_argument_value => p_recipient_id
397: );

Line 489: hr_api.mandatory_arg_error

485: Begin
486: --
487: hr_utility.set_location(' Entering:'||l_proc,10);
488: --
489: hr_api.mandatory_arg_error
490: (p_api_name => l_proc
491: ,p_argument => 'MESSAGE_POST_DATE'
492: ,p_argument_value => p_start_date_active
493: );