DBA Data[Home] [Help]

APPS.OTA_CFT_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

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

Line 76: hr_api.set_security_group_id

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

Line 82: hr_api.set_legislation_context(l_legislation_code);

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

Line 119: hr_api.mandatory_arg_error

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

Line 126: if (( nvl(ota_cft_bus.g_conference_server_id, hr_api.g_number)

122: ,p_argument_value => p_conference_server_id
123: );
124: --
125: --
126: if (( nvl(ota_cft_bus.g_conference_server_id, hr_api.g_number)
127: = p_conference_server_id)
128: and ( nvl(ota_cft_bus.g_language, hr_api.g_varchar2)
129: = p_language)) then
130: --

Line 128: and ( nvl(ota_cft_bus.g_language, hr_api.g_varchar2)

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