DBA Data[Home] [Help]

APPS.PER_JBT_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

44: hr_utility.set_location('Entering:'|| l_proc, 10);
45: --
46: -- Ensure that all the mandatory parameter are not null
47: --
48: hr_api.mandatory_arg_error
49: (p_api_name => l_proc
50: ,p_argument => 'job_id'
51: ,p_argument_value => p_job_id
52: );

Line 75: hr_api.set_security_group_id

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

Line 116: hr_api.mandatory_arg_error

112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error
117: (p_api_name => l_proc
118: ,p_argument => 'job_id'
119: ,p_argument_value => p_job_id
120: );

Line 123: if (( nvl(per_jbt_bus.g_job_id, hr_api.g_number)

119: ,p_argument_value => p_job_id
120: );
121: --
122: --
123: if (( nvl(per_jbt_bus.g_job_id, hr_api.g_number)
124: = p_job_id)
125: and ( nvl(per_jbt_bus.g_language, hr_api.g_varchar2)
126: = p_language)) then
127: --

Line 125: and ( nvl(per_jbt_bus.g_language, hr_api.g_varchar2)

121: --
122: --
123: if (( nvl(per_jbt_bus.g_job_id, hr_api.g_number)
124: = p_job_id)
125: and ( nvl(per_jbt_bus.g_language, hr_api.g_varchar2)
126: = p_language)) then
127: --
128: -- The legislation code has already been found with a previous
129: -- call to this function. Just return the value in the global