DBA Data[Home] [Help]

APPS.PAY_IVT_BUS dependencies on HR_API

Line 45: hr_api.mandatory_arg_error

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

Line 72: hr_api.set_security_group_id

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

Line 111: hr_api.mandatory_arg_error

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

Line 118: if (( nvl(pay_ivt_bus.g_input_value_id, hr_api.g_number)

114: ,p_argument_value => p_input_value_id
115: );
116: --
117: --
118: if (( nvl(pay_ivt_bus.g_input_value_id, hr_api.g_number)
119: = p_input_value_id)
120: and ( nvl(pay_ivt_bus.g_language, hr_api.g_varchar2)
121: = p_language)) then
122: --

Line 120: and ( nvl(pay_ivt_bus.g_language, hr_api.g_varchar2)

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