DBA Data[Home] [Help]

APPS.OTA_LST_BUS dependencies on HR_API

Line 49: hr_api.mandatory_arg_error

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

Line 77: hr_api.set_security_group_id

73: close csr_sec_grp;
74: --
75: -- Set the security_group_id in CLIENT_INFO
76: --
77: hr_api.set_security_group_id
78: (p_security_group_id => l_security_group_id
79: );
80: --
81: -- Set the sessions legislation context in HR_SESSION_DATA

Line 83: hr_api.set_legislation_context(l_legislation_code);

79: );
80: --
81: -- Set the sessions legislation context in HR_SESSION_DATA
82: --
83: hr_api.set_legislation_context(l_legislation_code);
84: end if;
85: --
86: hr_utility.set_location(' Leaving:'|| l_proc, 20);
87: --

Line 121: hr_api.mandatory_arg_error

117: hr_utility.set_location('Entering:'|| l_proc, 10);
118: --
119: -- Ensure that all the mandatory parameter are not null
120: --
121: hr_api.mandatory_arg_error
122: (p_api_name => l_proc
123: ,p_argument => 'learning_path_section_id'
124: ,p_argument_value => p_learning_path_section_id
125: );

Line 128: if (( nvl(ota_lst_bus.g_learning_path_section_id, hr_api.g_number)

124: ,p_argument_value => p_learning_path_section_id
125: );
126: --
127: --
128: if (( nvl(ota_lst_bus.g_learning_path_section_id, hr_api.g_number)
129: = p_learning_path_section_id)
130: and ( nvl(ota_lst_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --

Line 130: and ( nvl(ota_lst_bus.g_language, hr_api.g_varchar2)

126: --
127: --
128: if (( nvl(ota_lst_bus.g_learning_path_section_id, hr_api.g_number)
129: = p_learning_path_section_id)
130: and ( nvl(ota_lst_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --
133: -- The legislation code has already been found with a previous
134: -- call to this function. Just return the value in the global