DBA Data[Home] [Help]

APPS.PQP_ERT_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

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

Line 73: hr_api.set_security_group_id

69: END IF;
70: --
71: -- Set the security_group_id in CLIENT_INFO
72: --
73: hr_api.set_security_group_id
74: (p_security_group_id => l_security_group_id
75: );
76: --
77: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 112: hr_api.mandatory_arg_error

108: hr_utility.set_location('Entering:'|| l_proc, 10);
109: --
110: -- Ensure that all the mandatory parameter are not null
111: --
112: hr_api.mandatory_arg_error
113: (p_api_name => l_proc
114: ,p_argument => 'exception_report_id'
115: ,p_argument_value => p_exception_report_id
116: );

Line 119: if (( nvl(pqp_ert_bus.g_exception_report_id, hr_api.g_number)

115: ,p_argument_value => p_exception_report_id
116: );
117: --
118: --
119: if (( nvl(pqp_ert_bus.g_exception_report_id, hr_api.g_number)
120: = p_exception_report_id)
121: and ( nvl(pqp_ert_bus.g_language, hr_api.g_varchar2)
122: = p_language)) then
123: --

Line 121: and ( nvl(pqp_ert_bus.g_language, hr_api.g_varchar2)

117: --
118: --
119: if (( nvl(pqp_ert_bus.g_exception_report_id, hr_api.g_number)
120: = p_exception_report_id)
121: and ( nvl(pqp_ert_bus.g_language, hr_api.g_varchar2)
122: = p_language)) then
123: --
124: -- The legislation code has already been found with a previous
125: -- call to this function. Just return the value in the global

Line 213: hr_api.argument_changed_error

209: --
210: --
211: EXCEPTION
212: WHEN l_error THEN
213: hr_api.argument_changed_error
214: (p_api_name => l_proc
215: ,p_argument => l_argument);
216: WHEN OTHERS THEN
217: RAISE;