DBA Data[Home] [Help]

APPS.AME_ITL_BUS dependencies on HR_API

Line 54: hr_api.mandatory_arg_error

50: hr_utility.set_location('Entering:'|| l_proc, 10);
51: --
52: -- Ensure that all the mandatory parameter are not null
53: --
54: hr_api.mandatory_arg_error
55: (p_api_name => l_proc
56: ,p_argument => 'item_class_id'
57: ,p_argument_value => p_item_class_id
58: );

Line 82: hr_api.set_security_group_id

78: close csr_sec_grp;
79: --
80: -- Set the security_group_id in CLIENT_INFO
81: --
82: hr_api.set_security_group_id
83: (p_security_group_id => l_security_group_id
84: );
85: --
86: -- Set the sessions legislation context in HR_SESSION_DATA

Line 88: hr_api.set_legislation_context(l_legislation_code);

84: );
85: --
86: -- Set the sessions legislation context in HR_SESSION_DATA
87: --
88: hr_api.set_legislation_context(l_legislation_code);
89: end if;
90: --
91: hr_utility.set_location(' Leaving:'|| l_proc, 20);
92: --

Line 132: hr_api.mandatory_arg_error

128: hr_utility.set_location('Entering:'|| l_proc, 10);
129: --
130: -- Ensure that all the mandatory parameter are not null
131: --
132: hr_api.mandatory_arg_error
133: (p_api_name => l_proc
134: ,p_argument => 'item_class_id'
135: ,p_argument_value => p_item_class_id
136: );

Line 139: if (( nvl(ame_itl_bus.g_item_class_id, hr_api.g_number)

135: ,p_argument_value => p_item_class_id
136: );
137: --
138: --
139: if (( nvl(ame_itl_bus.g_item_class_id, hr_api.g_number)
140: = p_item_class_id)
141: and ( nvl(ame_itl_bus.g_language, hr_api.g_varchar2)
142: = p_language)) then
143: --

Line 141: and ( nvl(ame_itl_bus.g_language, hr_api.g_varchar2)

137: --
138: --
139: if (( nvl(ame_itl_bus.g_item_class_id, hr_api.g_number)
140: = p_item_class_id)
141: and ( nvl(ame_itl_bus.g_language, hr_api.g_varchar2)
142: = p_language)) then
143: --
144: -- The legislation code has already been found with a previous
145: -- call to this function. Just return the value in the global