DBA Data[Home] [Help]

APPS.PER_CPL_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 => 'competence_id'
54: ,p_argument_value => p_competence_id
55: );

Line 78: hr_api.set_security_group_id

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

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 => 'competence_id'
124: ,p_argument_value => p_competence_id
125: );

Line 128: if (( nvl(per_cpl_bus.g_competence_id, hr_api.g_number)

124: ,p_argument_value => p_competence_id
125: );
126: --
127: --
128: if (( nvl(per_cpl_bus.g_competence_id, hr_api.g_number)
129: = p_competence_id)
130: and ( nvl(per_cpl_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --

Line 130: and ( nvl(per_cpl_bus.g_language, hr_api.g_varchar2)

126: --
127: --
128: if (( nvl(per_cpl_bus.g_competence_id, hr_api.g_number)
129: = p_competence_id)
130: and ( nvl(per_cpl_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --
133: -- The legislation code has already been found with a previous
134: -- call to this function. Just return the value in the global

Line 291: <> nvl(p_competence_alias,hr_api.g_varchar2))

287: (p_competence_id => p_competence_id
288: ,p_language => p_language);
289: --
290: if ( (l_api_updating and (per_cpl_shd.g_old_rec.competence_alias
291: <> nvl(p_competence_alias,hr_api.g_varchar2))
292: ) or
293: (NOT l_api_updating)
294: ) then
295: --