DBA Data[Home] [Help]

APPS.HR_PFT_BUS dependencies on HR_API

Line 66: hr_api.mandatory_arg_error

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

Line 93: hr_api.set_security_group_id

89: close csr_sec_grp;
90: --
91: -- Set the security_group_id in CLIENT_INFO
92: --
93: hr_api.set_security_group_id
94: (p_security_group_id => l_security_group_id
95: );
96: end if;
97: --

Line 140: hr_api.mandatory_arg_error

136: hr_utility.set_location('Entering:'|| l_proc, 10);
137: --
138: -- Ensure that all the mandatory parameter are not null
139: --
140: hr_api.mandatory_arg_error
141: (p_api_name => l_proc
142: ,p_argument => 'position_id'
143: ,p_argument_value => p_position_id
144: );

Line 147: if (( nvl(hr_pft_bus.g_position_id, hr_api.g_number)

143: ,p_argument_value => p_position_id
144: );
145: --
146: --
147: if (( nvl(hr_pft_bus.g_position_id, hr_api.g_number)
148: = p_position_id)
149: and ( nvl(hr_pft_bus.g_language, hr_api.g_varchar2)
150: = p_language)) then
151: --

Line 149: and ( nvl(hr_pft_bus.g_language, hr_api.g_varchar2)

145: --
146: --
147: if (( nvl(hr_pft_bus.g_position_id, hr_api.g_number)
148: = p_position_id)
149: and ( nvl(hr_pft_bus.g_language, hr_api.g_varchar2)
150: = p_language)) then
151: --
152: -- The legislation code has already been found with a previous
153: -- call to this function. Just return the value in the global