DBA Data[Home] [Help]

APPS.PQH_LCD_BUS dependencies on HR_API

Line 51: hr_api.mandatory_arg_error

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

Line 77: hr_api.set_security_group_id

73: close csr_sec_grp;
74: --
75: -- Set the security_group_id in CLIENT_INFO
76: --
77: hr_api.set_security_group_id
78: (p_security_group_id => l_security_group_id
79: );
80: end if;
81: --

Line 121: hr_api.mandatory_arg_error

117: hr_utility.set_location('Entering:'|| l_proc, 10);
118: --
119: -- Ensure that all the mandatory parameter are not null
120: --
121: hr_api.mandatory_arg_error
122: (p_api_name => l_proc
123: ,p_argument => 'level_code_id'
124: ,p_argument_value => p_level_code_id
125: );

Line 127: if ( nvl(pqh_lcd_bus.g_level_code_id, hr_api.g_number)

123: ,p_argument => 'level_code_id'
124: ,p_argument_value => p_level_code_id
125: );
126: --
127: if ( nvl(pqh_lcd_bus.g_level_code_id, hr_api.g_number)
128: = p_level_code_id) then
129: --
130: -- The legislation code has already been found with a previous
131: -- call to this function. Just return the value in the global

Line 217: IF nvl(p_rec.level_code, hr_api.g_varchar2) <>

213: --
214: -- EDIT_HERE: Add checks to ensure non-updateable args have
215: -- not been updated.
216: --
217: IF nvl(p_rec.level_code, hr_api.g_varchar2) <>
218: nvl(pqh_lcd_shd.g_old_rec.level_code, hr_api.g_varchar2) THEN
219: hr_utility.set_message(8302, 'PQH_DE_NONUPD_LEVEL_CODE');
220: fnd_message.raise_error;
221: END IF;

Line 218: nvl(pqh_lcd_shd.g_old_rec.level_code, hr_api.g_varchar2) THEN

214: -- EDIT_HERE: Add checks to ensure non-updateable args have
215: -- not been updated.
216: --
217: IF nvl(p_rec.level_code, hr_api.g_varchar2) <>
218: nvl(pqh_lcd_shd.g_old_rec.level_code, hr_api.g_varchar2) THEN
219: hr_utility.set_message(8302, 'PQH_DE_NONUPD_LEVEL_CODE');
220: fnd_message.raise_error;
221: END IF;
222: