DBA Data[Home] [Help]

APPS.PAY_RTT_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

43: /*
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 => 'run_type_id'
50: ,p_argument_value => p_run_type_id
51: );

Line 71: hr_api.set_security_group_id

67: close csr_sec_grp;
68: --
69: -- Set the security_group_id in CLIENT_INFO
70: --
71: hr_api.set_security_group_id
72: (p_security_group_id => l_security_group_id
73: );
74: --
75: */

Line 117: hr_api.mandatory_arg_error

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

Line 124: if (( nvl(pay_rtt_bus.g_run_type_id, hr_api.g_number)

120: ,p_argument_value => p_run_type_id
121: );
122: --
123: --
124: if (( nvl(pay_rtt_bus.g_run_type_id, hr_api.g_number)
125: = p_run_type_id)
126: and ( nvl(pay_rtt_bus.g_language, hr_api.g_varchar2)
127: = p_language)) then
128: --

Line 126: and ( nvl(pay_rtt_bus.g_language, hr_api.g_varchar2)

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

Line 222: hr_api.argument_changed_error

218: -- should be non updateable.
219: --
220: EXCEPTION
221: WHEN l_error THEN
222: hr_api.argument_changed_error
223: (p_api_name => l_proc
224: ,p_argument => l_argument);
225: WHEN OTHERS THEN
226: RAISE;