DBA Data[Home] [Help]

APPS.HR_ABM_BUS dependencies on HR_API

Line 45: hr_api.mandatory_arg_error

41: --
42: begin
43: hr_utility.set_location('Entering:'||l_proc, 5);
44: --
45: hr_api.mandatory_arg_error
46: (p_api_name => l_proc,
47: p_argument => 'batch_run_number',
48: p_argument_value => p_batch_run_number);
49: --

Line 88: hr_api.mandatory_arg_error

84: --
85: begin
86: hr_utility.set_location('Entering:'||l_proc, 5);
87: --
88: hr_api.mandatory_arg_error
89: (p_api_name => l_proc,
90: p_argument => 'api_name',
91: p_argument_value => p_api_name);
92: --

Line 133: hr_api.mandatory_arg_error

129: --
130: begin
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: --
133: hr_api.mandatory_arg_error
134: (p_api_name => l_proc,
135: p_argument => 'status',
136: p_argument_value => p_status);
137: --

Line 155: hr_api.set_security_group_id(p_security_group_id => 0);

151: -- As the date is not within the context of a business group
152: -- the set_security_group_id has zero passed to it
153: -- as the default security_group_id
154: --
155: hr_api.set_security_group_id(p_security_group_id => 0);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: --
159: -- Call all supporting business operations