DBA Data[Home] [Help]

APPS.BEN_BAI_BUS dependencies on HR_API

Line 51: and nvl(p_batch_actn_item_id,hr_api.g_number)

47: (p_batch_actn_item_id => p_batch_actn_item_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_batch_actn_item_id,hr_api.g_number)
52: <> ben_bai_shd.g_old_rec.batch_actn_item_id) then
53: --
54: -- raise error as PK has changed
55: --

Line 120: <> nvl(ben_bai_shd.g_old_rec.actn_cd,hr_api.g_varchar2)

116: p_object_version_number => p_object_version_number);
117: --
118: if (l_api_updating
119: and p_actn_cd
120: <> nvl(ben_bai_shd.g_old_rec.actn_cd,hr_api.g_varchar2)
121: or not l_api_updating)
122: and p_actn_cd is not null then
123: --
124: -- check if value of lookup falls within lookup type.

Line 126: if hr_api.not_exists_in_hr_lookups

122: and p_actn_cd is not null then
123: --
124: -- check if value of lookup falls within lookup type.
125: --
126: if hr_api.not_exists_in_hr_lookups
127: (p_lookup_type => 'ENTER-LKP-TYPE',
128: p_lookup_code => p_actn_cd,
129: p_effective_date => p_effective_date) then
130: --

Line 188: <> nvl(ben_bai_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)

184: p_object_version_number => p_object_version_number);
185: --
186: if (l_api_updating
187: and p_rqd_flag
188: <> nvl(ben_bai_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)
189: or not l_api_updating)
190: and p_rqd_flag is not null then
191: --
192: -- check if value of lookup falls within lookup type.

Line 194: if hr_api.not_exists_in_hr_lookups

190: and p_rqd_flag is not null then
191: --
192: -- check if value of lookup falls within lookup type.
193: --
194: if hr_api.not_exists_in_hr_lookups
195: (p_lookup_type => 'ENTER-LKP-TYPE',
196: p_lookup_code => p_rqd_flag,
197: p_effective_date => p_effective_date) then
198: --

Line 226: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

222: --
223: -- Call all supporting business operations
224: --
225: --
226: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
227: --
228: chk_batch_actn_item_id
229: (p_batch_actn_item_id => p_rec.batch_actn_item_id,
230: p_object_version_number => p_rec.object_version_number);

Line 263: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

259: --
260: -- Call all supporting business operations
261: --
262: --
263: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
264: --
265: chk_batch_actn_item_id
266: (p_batch_actn_item_id => p_rec.batch_actn_item_id,
267: p_object_version_number => p_rec.object_version_number);

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

326: hr_utility.set_location('Entering:'|| l_proc, 10);
327: --
328: -- Ensure that all the mandatory parameter are not null
329: --
330: hr_api.mandatory_arg_error(p_api_name => l_proc,
331: p_argument => 'batch_actn_item_id',
332: p_argument_value => p_batch_actn_item_id);
333: --
334: open csr_leg_code;