DBA Data[Home] [Help]

APPS.BEN_BCI_BUS dependencies on HR_API

Line 58: hr_api.mandatory_arg_error(p_api_name => l_proc,

54: hr_utility.set_location('Entering:'|| l_proc, 10);
55: --
56: -- Ensure that all the mandatory parameter are not null
57: --
58: hr_api.mandatory_arg_error(p_api_name => l_proc,
59: p_argument => 'batch_benft_cert_id',
60: p_argument_value =>p_batch_benft_cert_id);
61: --
62: open csr_leg_code;

Line 128: and nvl(p_batch_benft_cert_id,hr_api.g_number)

124: (p_batch_benft_cert_id => p_batch_benft_cert_id,
125: p_object_version_number => p_object_version_number);
126: --
127: if (l_api_updating
128: and nvl(p_batch_benft_cert_id,hr_api.g_number)
129: <> ben_bci_shd.g_old_rec.batch_benft_cert_id) then
130: --
131: -- raise error as PK has changed
132: --

Line 197: <> nvl(ben_bci_shd.g_old_rec.typ_cd,hr_api.g_varchar2)

193: p_object_version_number => p_object_version_number);
194: --
195: if (l_api_updating
196: and p_typ_cd
197: <> nvl(ben_bci_shd.g_old_rec.typ_cd,hr_api.g_varchar2)
198: or not l_api_updating)
199: and p_typ_cd is not null then
200: --
201: -- check if value of lookup falls within lookup type.

Line 203: if hr_api.not_exists_in_hr_lookups

199: and p_typ_cd is not null then
200: --
201: -- check if value of lookup falls within lookup type.
202: --
203: if hr_api.not_exists_in_hr_lookups
204: (p_lookup_type => 'ENTER-LKP-TYPE',
205: p_lookup_code => p_typ_cd,
206: p_effective_date => p_effective_date) then
207: --