DBA Data[Home] [Help]

APPS.IRC_INO_BUS dependencies on HR_API

Line 37: hr_api.mandatory_arg_error

33: hr_utility.set_location('Entering:'|| l_proc, 10);
34: --
35: -- Ensure that all the mandatory parameter are not null
36: --
37: hr_api.mandatory_arg_error
38: (p_api_name => l_proc
39: ,p_argument => 'note_id'
40: ,p_argument_value => p_note_id
41: );

Line 68: hr_api.mandatory_arg_error

64: hr_utility.set_location('Entering:'|| l_proc, 10);
65: --
66: -- Ensure that all the mandatory parameter are not null
67: --
68: hr_api.mandatory_arg_error
69: (p_api_name => l_proc
70: ,p_argument => 'note_id'
71: ,p_argument_value => p_note_id
72: );

Line 131: hr_api.argument_changed_error

127: -- not been updated.
128: --
129: if p_rec.note_id <> irc_ino_shd.g_old_rec.note_id
130: then
131: hr_api.argument_changed_error
132: (p_api_name => l_proc
133: ,p_argument => 'NOTE_ID'
134: ,p_base_table => irc_ino_shd.g_tab_nam
135: );

Line 140: hr_api.argument_changed_error

136: end if;
137: --
138: if p_rec.offer_status_history_id <> irc_ino_shd.g_old_rec.offer_status_history_id
139: then
140: hr_api.argument_changed_error
141: (p_api_name => l_proc
142: ,p_argument => 'OFFER_STATUS_HISTORY_ID'
143: ,p_base_table => irc_ino_shd.g_tab_nam
144: );

Line 230: hr_api.mandatory_arg_error

226: --
227: -- Call all supporting business operations
228: -- Validate Dependent Attributes
229: --
230: hr_api.mandatory_arg_error
231: (p_api_name => l_proc
232: ,p_argument => 'NOTE_TEXT'
233: ,p_argument_value => p_rec.note_text
234: );