DBA Data[Home] [Help]

APPS.IRC_CMT_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_topic_id'
56: ,p_argument_value => p_communication_topic_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_topic_id'
131: ,p_argument_value => p_communication_topic_id
132: );

Line 134: if ( nvl(irc_cmt_bus.g_communication_topic_id, hr_api.g_number)

130: ,p_argument => 'communication_topic_id'
131: ,p_argument_value => p_communication_topic_id
132: );
133: --
134: if ( nvl(irc_cmt_bus.g_communication_topic_id, hr_api.g_number)
135: = p_communication_topic_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.subject <> irc_cmt_shd.g_old_rec.subject
224: then
225: hr_api.argument_changed_error
226: (p_api_name => l_proc
227: ,p_argument => 'SUBJECT'
228: ,p_base_table => irc_cmt_shd.g_tab_nam
229: );

Line 233: hr_api.argument_changed_error

229: );
230: end if;
231: if p_rec.communication_id <> irc_cmt_shd.g_old_rec.communication_id
232: then
233: hr_api.argument_changed_error
234: (p_api_name => l_proc
235: ,p_argument => 'COMMUNICATION_ID'
236: ,p_base_table => irc_cmt_shd.g_tab_nam
237: );

Line 272: hr_api.mandatory_arg_error

268: Begin
269: --
270: hr_utility.set_location(' Entering:'||l_proc,10);
271: --
272: hr_api.mandatory_arg_error
273: (p_api_name => l_proc
274: ,p_argument => 'COMMUNICATION_ID'
275: ,p_argument_value => p_communication_id
276: );

Line 383: hr_api.mandatory_arg_error

379: Begin
380: --
381: hr_utility.set_location(' Entering:'||l_proc,10);
382: --
383: hr_api.mandatory_arg_error
384: (p_api_name => l_proc
385: ,p_argument => 'STATUS'
386: ,p_argument_value => p_status
387: );

Line 390: if hr_api.not_exists_in_hr_lookups(p_lookup_type => 'IRC_COMM_STATUS',

386: ,p_argument_value => p_status
387: );
388: --
389: hr_utility.set_location(l_proc,20);
390: if hr_api.not_exists_in_hr_lookups(p_lookup_type => 'IRC_COMM_STATUS',
391: p_lookup_code => p_status,
392: p_effective_date => p_effective_date)
393: then
394: --