DBA Data[Home] [Help]

APPS.OTA_CTT_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 => 'category_usage_id'
50: ,p_argument_value => p_category_usage_id
51: );

Line 75: hr_api.set_security_group_id

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

Line 81: hr_api.set_legislation_context(l_legislation_code);

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

Line 118: hr_api.mandatory_arg_error

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

Line 125: if (( nvl(ota_ctt_bus.g_category_usage_id, hr_api.g_number)

121: ,p_argument_value => p_category_usage_id
122: );
123: --
124: --
125: if (( nvl(ota_ctt_bus.g_category_usage_id, hr_api.g_number)
126: = p_category_usage_id)
127: and ( nvl(ota_ctt_bus.g_language, hr_api.g_varchar2)
128: = p_language)) then
129: --

Line 127: and ( nvl(ota_ctt_bus.g_language, hr_api.g_varchar2)

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