DBA Data[Home] [Help]

APPS.BEN_CPE_BUS dependencies on HR_API

Line 53: hr_api.mandatory_arg_error

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

Line 80: hr_api.set_security_group_id

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

Line 86: hr_api.set_legislation_context(l_legislation_code);

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

Line 128: hr_api.mandatory_arg_error

124: hr_utility.set_location('Entering:'|| l_proc, 10);
125: --
126: -- Ensure that all the mandatory parameter are not null
127: --
128: hr_api.mandatory_arg_error
129: (p_api_name => l_proc
130: ,p_argument => 'copy_entity_result_id'
131: ,p_argument_value => p_copy_entity_result_id
132: );

Line 134: if ( nvl(ben_cpe_bus.g_copy_entity_result_id, hr_api.g_number)

130: ,p_argument => 'copy_entity_result_id'
131: ,p_argument_value => p_copy_entity_result_id
132: );
133: --
134: if ( nvl(ben_cpe_bus.g_copy_entity_result_id, hr_api.g_number)
135: = p_copy_entity_result_id) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global