DBA Data[Home] [Help]

APPS.IRC_CMM_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_message_id'
56: ,p_argument_value => p_communication_message_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_message_id'
131: ,p_argument_value => p_communication_message_id
132: );

Line 134: if ( nvl(irc_cmm_bus.g_communication_message_id, hr_api.g_number)

130: ,p_argument => 'communication_message_id'
131: ,p_argument_value => p_communication_message_id
132: );
133: --
134: if ( nvl(irc_cmm_bus.g_communication_message_id, hr_api.g_number)
135: = p_communication_message_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 231: hr_api.argument_changed_error

227: -- Ensure non-updateable args have not been updated.
228: --
229: if p_rec.communication_topic_id <> irc_cmm_shd.g_old_rec.communication_topic_id
230: then
231: hr_api.argument_changed_error
232: (p_api_name => l_proc
233: ,p_argument => 'COMMUNICATION_TOPIC_ID'
234: ,p_base_table => irc_cmm_shd.g_tab_nam
235: );

Line 239: hr_api.argument_changed_error

235: );
236: end if;
237: if p_rec.sender_type <> irc_cmm_shd.g_old_rec.sender_type
238: then
239: hr_api.argument_changed_error
240: (p_api_name => l_proc
241: ,p_argument => 'SENDER_TYPE'
242: ,p_base_table => irc_cmm_shd.g_tab_nam
243: );

Line 247: hr_api.argument_changed_error

243: );
244: end if;
245: if p_rec.sender_id <> irc_cmm_shd.g_old_rec.sender_id
246: then
247: hr_api.argument_changed_error
248: (p_api_name => l_proc
249: ,p_argument => 'SENDER_ID'
250: ,p_base_table => irc_cmm_shd.g_tab_nam
251: );

Line 256: hr_api.argument_changed_error

252: end if;
253: if irc_cmm_shd.g_old_rec.message_subject IS NOT NULL AND
254: p_rec.message_subject <> irc_cmm_shd.g_old_rec.message_subject
255: then
256: hr_api.argument_changed_error
257: (p_api_name => l_proc
258: ,p_argument => 'MESSAGE_SUBJECT'
259: ,p_base_table => irc_cmm_shd.g_tab_nam
260: );

Line 301: hr_api.mandatory_arg_error

297: Begin
298: --
299: hr_utility.set_location(' Entering:'||l_proc,10);
300: --
301: hr_api.mandatory_arg_error
302: (p_api_name => l_proc
303: ,p_argument => 'COMMUNICATION_TOPIC_ID'
304: ,p_argument_value => p_topic_id
305: );

Line 366: hr_api.mandatory_arg_error

362: --
363: hr_utility.set_location(' Entering:'||l_proc,10);
364: --
365: /*
366: hr_api.mandatory_arg_error
367: (p_api_name => l_proc
368: ,p_argument => 'MESSAGE_SUBJECT'
369: ,p_argument_value => p_message_subject
370: );

Line 474: hr_api.mandatory_arg_error

470: Begin
471: --
472: hr_utility.set_location(' Entering:'||l_proc,10);
473: --
474: hr_api.mandatory_arg_error
475: (p_api_name => l_proc
476: ,p_argument => 'MESSAGE_POST_DATE'
477: ,p_argument_value => p_message_post_date
478: );

Line 532: hr_api.mandatory_arg_error

528: Begin
529: --
530: hr_utility.set_location(' Entering:'||l_proc,10);
531: --
532: hr_api.mandatory_arg_error
533: (p_api_name => l_proc
534: ,p_argument => 'SENDER_TYPE'
535: ,p_argument_value => p_sender_type
536: );

Line 540: hr_api.mandatory_arg_error

536: );
537: --
538: hr_utility.set_location(' Entering:'||l_proc,20);
539: --
540: hr_api.mandatory_arg_error
541: (p_api_name => l_proc
542: ,p_argument => 'SENDER_ID'
543: ,p_argument_value => p_sender_id
544: );