DBA Data[Home] [Help]

APPS.PER_BPD_BUS dependencies on HR_API

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

41: hr_utility.set_location('Entering:'|| l_proc, 10);
42: --
43: -- Ensure that all the mandatory parameter are not null
44: --
45: hr_api.mandatory_arg_error(p_api_name => l_proc,
46: p_argument => 'PAYMENT_DETAIL_ID',
47: p_argument_value => p_payment_detail_id);
48: --
49: open csr_sec_grp;

Line 66: hr_api.set_security_group_id

62: close csr_sec_grp;
63: --
64: -- Set the security_group_id in CLIENT_INFO
65: --
66: hr_api.set_security_group_id
67: (p_security_group_id => l_security_group_id
68: );
69: --
70: hr_utility.set_location(' Leaving:'|| l_proc, 20);

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

97: hr_utility.set_location('Entering:'|| l_proc, 10);
98: --
99: -- Ensure that all the mandatory parameter are not null
100: --
101: hr_api.mandatory_arg_error(p_api_name => l_proc,
102: p_argument => 'PAYMENT_DETAIL_ID',
103: p_argument_value => p_payment_detail_id);
104: --
105: if ( nvl(g_payment_detail_id, hr_api.g_number)

Line 105: if ( nvl(g_payment_detail_id, hr_api.g_number)

101: hr_api.mandatory_arg_error(p_api_name => l_proc,
102: p_argument => 'PAYMENT_DETAIL_ID',
103: p_argument_value => p_payment_detail_id);
104: --
105: if ( nvl(g_payment_detail_id, hr_api.g_number)
106: = p_payment_detail_id) then
107: --
108: -- The legislation code has already been found with a previous
109: -- call to this function. Just return the value in the global

Line 181: nvl(per_bpd_shd.g_old_rec.bpd_attribute_category, hr_api.g_varchar2) <>

177: begin
178: hr_utility.set_location('Entering:'||l_proc,10);
179: --
180: if ((p_rec.payment_detail_id is not null) and (
181: nvl(per_bpd_shd.g_old_rec.bpd_attribute_category, hr_api.g_varchar2) <>
182: nvl(p_rec.bpd_attribute_category, hr_api.g_varchar2) or
183: nvl(per_bpd_shd.g_old_rec.bpd_attribute1, hr_api.g_varchar2) <>
184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or
185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>

Line 182: nvl(p_rec.bpd_attribute_category, hr_api.g_varchar2) or

178: hr_utility.set_location('Entering:'||l_proc,10);
179: --
180: if ((p_rec.payment_detail_id is not null) and (
181: nvl(per_bpd_shd.g_old_rec.bpd_attribute_category, hr_api.g_varchar2) <>
182: nvl(p_rec.bpd_attribute_category, hr_api.g_varchar2) or
183: nvl(per_bpd_shd.g_old_rec.bpd_attribute1, hr_api.g_varchar2) <>
184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or
185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>
186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or

Line 183: nvl(per_bpd_shd.g_old_rec.bpd_attribute1, hr_api.g_varchar2) <>

179: --
180: if ((p_rec.payment_detail_id is not null) and (
181: nvl(per_bpd_shd.g_old_rec.bpd_attribute_category, hr_api.g_varchar2) <>
182: nvl(p_rec.bpd_attribute_category, hr_api.g_varchar2) or
183: nvl(per_bpd_shd.g_old_rec.bpd_attribute1, hr_api.g_varchar2) <>
184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or
185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>
186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or
187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>

Line 184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or

180: if ((p_rec.payment_detail_id is not null) and (
181: nvl(per_bpd_shd.g_old_rec.bpd_attribute_category, hr_api.g_varchar2) <>
182: nvl(p_rec.bpd_attribute_category, hr_api.g_varchar2) or
183: nvl(per_bpd_shd.g_old_rec.bpd_attribute1, hr_api.g_varchar2) <>
184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or
185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>
186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or
187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>
188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or

Line 185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>

181: nvl(per_bpd_shd.g_old_rec.bpd_attribute_category, hr_api.g_varchar2) <>
182: nvl(p_rec.bpd_attribute_category, hr_api.g_varchar2) or
183: nvl(per_bpd_shd.g_old_rec.bpd_attribute1, hr_api.g_varchar2) <>
184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or
185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>
186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or
187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>
188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or
189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>

Line 186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or

182: nvl(p_rec.bpd_attribute_category, hr_api.g_varchar2) or
183: nvl(per_bpd_shd.g_old_rec.bpd_attribute1, hr_api.g_varchar2) <>
184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or
185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>
186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or
187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>
188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or
189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>
190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or

Line 187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>

183: nvl(per_bpd_shd.g_old_rec.bpd_attribute1, hr_api.g_varchar2) <>
184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or
185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>
186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or
187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>
188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or
189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>
190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or
191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>

Line 188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or

184: nvl(p_rec.bpd_attribute1, hr_api.g_varchar2) or
185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>
186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or
187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>
188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or
189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>
190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or
191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>
192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or

Line 189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>

185: nvl(per_bpd_shd.g_old_rec.bpd_attribute2, hr_api.g_varchar2) <>
186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or
187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>
188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or
189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>
190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or
191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>
192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or
193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>

Line 190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or

186: nvl(p_rec.bpd_attribute2, hr_api.g_varchar2) or
187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>
188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or
189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>
190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or
191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>
192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or
193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>
194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or

Line 191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>

187: nvl(per_bpd_shd.g_old_rec.bpd_attribute3, hr_api.g_varchar2) <>
188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or
189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>
190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or
191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>
192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or
193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>
194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or
195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>

Line 192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or

188: nvl(p_rec.bpd_attribute3, hr_api.g_varchar2) or
189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>
190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or
191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>
192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or
193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>
194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or
195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>
196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or

Line 193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>

189: nvl(per_bpd_shd.g_old_rec.bpd_attribute4, hr_api.g_varchar2) <>
190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or
191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>
192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or
193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>
194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or
195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>
196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or
197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>

Line 194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or

190: nvl(p_rec.bpd_attribute4, hr_api.g_varchar2) or
191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>
192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or
193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>
194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or
195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>
196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or
197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>
198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or

Line 195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>

191: nvl(per_bpd_shd.g_old_rec.bpd_attribute5, hr_api.g_varchar2) <>
192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or
193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>
194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or
195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>
196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or
197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>
198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or
199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>

Line 196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or

192: nvl(p_rec.bpd_attribute5, hr_api.g_varchar2) or
193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>
194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or
195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>
196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or
197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>
198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or
199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>
200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or

Line 197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>

193: nvl(per_bpd_shd.g_old_rec.bpd_attribute6, hr_api.g_varchar2) <>
194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or
195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>
196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or
197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>
198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or
199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>
200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or
201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>

Line 198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or

194: nvl(p_rec.bpd_attribute6, hr_api.g_varchar2) or
195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>
196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or
197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>
198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or
199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>
200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or
201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>
202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or

Line 199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>

195: nvl(per_bpd_shd.g_old_rec.bpd_attribute7, hr_api.g_varchar2) <>
196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or
197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>
198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or
199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>
200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or
201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>
202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or
203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>

Line 200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or

196: nvl(p_rec.bpd_attribute7, hr_api.g_varchar2) or
197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>
198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or
199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>
200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or
201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>
202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or
203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>
204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or

Line 201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>

197: nvl(per_bpd_shd.g_old_rec.bpd_attribute8, hr_api.g_varchar2) <>
198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or
199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>
200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or
201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>
202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or
203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>
204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or
205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>

Line 202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or

198: nvl(p_rec.bpd_attribute8, hr_api.g_varchar2) or
199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>
200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or
201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>
202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or
203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>
204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or
205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>
206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or

Line 203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>

199: nvl(per_bpd_shd.g_old_rec.bpd_attribute9, hr_api.g_varchar2) <>
200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or
201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>
202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or
203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>
204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or
205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>
206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or
207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>

Line 204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or

200: nvl(p_rec.bpd_attribute9, hr_api.g_varchar2) or
201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>
202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or
203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>
204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or
205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>
206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or
207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>
208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or

Line 205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>

201: nvl(per_bpd_shd.g_old_rec.bpd_attribute10, hr_api.g_varchar2) <>
202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or
203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>
204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or
205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>
206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or
207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>
208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or
209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>

Line 206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or

202: nvl(p_rec.bpd_attribute10, hr_api.g_varchar2) or
203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>
204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or
205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>
206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or
207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>
208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or
209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>
210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or

Line 207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>

203: nvl(per_bpd_shd.g_old_rec.bpd_attribute11, hr_api.g_varchar2) <>
204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or
205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>
206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or
207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>
208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or
209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>
210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or
211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>

Line 208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or

204: nvl(p_rec.bpd_attribute11, hr_api.g_varchar2) or
205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>
206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or
207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>
208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or
209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>
210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or
211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>
212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or

Line 209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>

205: nvl(per_bpd_shd.g_old_rec.bpd_attribute12, hr_api.g_varchar2) <>
206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or
207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>
208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or
209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>
210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or
211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>
212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or
213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>

Line 210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or

206: nvl(p_rec.bpd_attribute12, hr_api.g_varchar2) or
207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>
208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or
209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>
210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or
211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>
212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or
213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>
214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or

Line 211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>

207: nvl(per_bpd_shd.g_old_rec.bpd_attribute13, hr_api.g_varchar2) <>
208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or
209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>
210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or
211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>
212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or
213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>
214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or
215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>

Line 212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or

208: nvl(p_rec.bpd_attribute13, hr_api.g_varchar2) or
209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>
210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or
211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>
212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or
213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>
214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or
215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>
216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or

Line 213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>

209: nvl(per_bpd_shd.g_old_rec.bpd_attribute14, hr_api.g_varchar2) <>
210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or
211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>
212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or
213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>
214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or
215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>
216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or
217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>

Line 214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or

210: nvl(p_rec.bpd_attribute14, hr_api.g_varchar2) or
211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>
212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or
213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>
214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or
215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>
216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or
217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>
218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or

Line 215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>

211: nvl(per_bpd_shd.g_old_rec.bpd_attribute15, hr_api.g_varchar2) <>
212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or
213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>
214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or
215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>
216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or
217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>
218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or
219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>

Line 216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or

212: nvl(p_rec.bpd_attribute15, hr_api.g_varchar2) or
213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>
214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or
215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>
216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or
217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>
218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or
219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>
220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or

Line 217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>

213: nvl(per_bpd_shd.g_old_rec.bpd_attribute16, hr_api.g_varchar2) <>
214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or
215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>
216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or
217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>
218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or
219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>
220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or
221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>

Line 218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or

214: nvl(p_rec.bpd_attribute16, hr_api.g_varchar2) or
215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>
216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or
217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>
218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or
219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>
220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or
221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>
222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or

Line 219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>

215: nvl(per_bpd_shd.g_old_rec.bpd_attribute17, hr_api.g_varchar2) <>
216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or
217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>
218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or
219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>
220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or
221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>
222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or
223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>

Line 220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or

216: nvl(p_rec.bpd_attribute17, hr_api.g_varchar2) or
217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>
218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or
219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>
220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or
221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>
222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or
223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>
224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or

Line 221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>

217: nvl(per_bpd_shd.g_old_rec.bpd_attribute18, hr_api.g_varchar2) <>
218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or
219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>
220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or
221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>
222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or
223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>
224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or
225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>

Line 222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or

218: nvl(p_rec.bpd_attribute18, hr_api.g_varchar2) or
219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>
220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or
221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>
222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or
223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>
224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or
225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>
226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or

Line 223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>

219: nvl(per_bpd_shd.g_old_rec.bpd_attribute19, hr_api.g_varchar2) <>
220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or
221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>
222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or
223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>
224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or
225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>
226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or
227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>

Line 224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or

220: nvl(p_rec.bpd_attribute19, hr_api.g_varchar2) or
221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>
222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or
223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>
224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or
225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>
226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or
227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>
228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or

Line 225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>

221: nvl(per_bpd_shd.g_old_rec.bpd_attribute20, hr_api.g_varchar2) <>
222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or
223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>
224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or
225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>
226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or
227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>
228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or
229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>

Line 226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or

222: nvl(p_rec.bpd_attribute20, hr_api.g_varchar2) or
223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>
224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or
225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>
226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or
227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>
228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or
229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>
230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or

Line 227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>

223: nvl(per_bpd_shd.g_old_rec.bpd_attribute21, hr_api.g_varchar2) <>
224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or
225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>
226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or
227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>
228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or
229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>
230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or
231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>

Line 228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or

224: nvl(p_rec.bpd_attribute21, hr_api.g_varchar2) or
225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>
226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or
227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>
228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or
229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>
230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or
231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>
232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or

Line 229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>

225: nvl(per_bpd_shd.g_old_rec.bpd_attribute22, hr_api.g_varchar2) <>
226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or
227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>
228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or
229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>
230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or
231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>
232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or
233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>

Line 230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or

226: nvl(p_rec.bpd_attribute22, hr_api.g_varchar2) or
227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>
228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or
229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>
230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or
231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>
232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or
233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>
234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or

Line 231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>

227: nvl(per_bpd_shd.g_old_rec.bpd_attribute23, hr_api.g_varchar2) <>
228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or
229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>
230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or
231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>
232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or
233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>
234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or
235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>

Line 232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or

228: nvl(p_rec.bpd_attribute23, hr_api.g_varchar2) or
229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>
230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or
231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>
232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or
233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>
234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or
235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>
236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or

Line 233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>

229: nvl(per_bpd_shd.g_old_rec.bpd_attribute24, hr_api.g_varchar2) <>
230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or
231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>
232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or
233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>
234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or
235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>
236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or
237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>

Line 234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or

230: nvl(p_rec.bpd_attribute24, hr_api.g_varchar2) or
231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>
232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or
233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>
234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or
235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>
236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or
237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>
238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or

Line 235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>

231: nvl(per_bpd_shd.g_old_rec.bpd_attribute25, hr_api.g_varchar2) <>
232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or
233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>
234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or
235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>
236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or
237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>
238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or
239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>

Line 236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or

232: nvl(p_rec.bpd_attribute25, hr_api.g_varchar2) or
233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>
234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or
235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>
236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or
237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>
238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or
239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>
240: nvl(p_rec.bpd_attribute29, hr_api.g_varchar2) or

Line 237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>

233: nvl(per_bpd_shd.g_old_rec.bpd_attribute26, hr_api.g_varchar2) <>
234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or
235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>
236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or
237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>
238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or
239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>
240: nvl(p_rec.bpd_attribute29, hr_api.g_varchar2) or
241: nvl(per_bpd_shd.g_old_rec.bpd_attribute30, hr_api.g_varchar2) <>

Line 238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or

234: nvl(p_rec.bpd_attribute26, hr_api.g_varchar2) or
235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>
236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or
237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>
238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or
239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>
240: nvl(p_rec.bpd_attribute29, hr_api.g_varchar2) or
241: nvl(per_bpd_shd.g_old_rec.bpd_attribute30, hr_api.g_varchar2) <>
242: nvl(p_rec.bpd_attribute30, hr_api.g_varchar2) ))

Line 239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>

235: nvl(per_bpd_shd.g_old_rec.bpd_attribute27, hr_api.g_varchar2) <>
236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or
237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>
238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or
239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>
240: nvl(p_rec.bpd_attribute29, hr_api.g_varchar2) or
241: nvl(per_bpd_shd.g_old_rec.bpd_attribute30, hr_api.g_varchar2) <>
242: nvl(p_rec.bpd_attribute30, hr_api.g_varchar2) ))
243: or (p_rec.payment_detail_id is null) then

Line 240: nvl(p_rec.bpd_attribute29, hr_api.g_varchar2) or

236: nvl(p_rec.bpd_attribute27, hr_api.g_varchar2) or
237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>
238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or
239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>
240: nvl(p_rec.bpd_attribute29, hr_api.g_varchar2) or
241: nvl(per_bpd_shd.g_old_rec.bpd_attribute30, hr_api.g_varchar2) <>
242: nvl(p_rec.bpd_attribute30, hr_api.g_varchar2) ))
243: or (p_rec.payment_detail_id is null) then
244: --

Line 241: nvl(per_bpd_shd.g_old_rec.bpd_attribute30, hr_api.g_varchar2) <>

237: nvl(per_bpd_shd.g_old_rec.bpd_attribute28, hr_api.g_varchar2) <>
238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or
239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>
240: nvl(p_rec.bpd_attribute29, hr_api.g_varchar2) or
241: nvl(per_bpd_shd.g_old_rec.bpd_attribute30, hr_api.g_varchar2) <>
242: nvl(p_rec.bpd_attribute30, hr_api.g_varchar2) ))
243: or (p_rec.payment_detail_id is null) then
244: --
245: -- Only execute the validation if absolutely necessary:

Line 242: nvl(p_rec.bpd_attribute30, hr_api.g_varchar2) ))

238: nvl(p_rec.bpd_attribute28, hr_api.g_varchar2) or
239: nvl(per_bpd_shd.g_old_rec.bpd_attribute29, hr_api.g_varchar2) <>
240: nvl(p_rec.bpd_attribute29, hr_api.g_varchar2) or
241: nvl(per_bpd_shd.g_old_rec.bpd_attribute30, hr_api.g_varchar2) <>
242: nvl(p_rec.bpd_attribute30, hr_api.g_varchar2) ))
243: or (p_rec.payment_detail_id is null) then
244: --
245: -- Only execute the validation if absolutely necessary:
246: -- a) During update, the structure column value or any

Line 370: IF nvl(p_rec.processed_assignment_id, hr_api.g_number) <>

366: END IF;
367: --
368: hr_utility.set_location(l_proc,10);
369: --
370: IF nvl(p_rec.processed_assignment_id, hr_api.g_number) <>
371: per_bpd_shd.g_old_rec.processed_assignment_id then
372: l_argument:='processed_assignment_id';
373: raise l_error;
374: END IF;

Line 377: IF nvl(p_rec.personal_payment_method_id, hr_api.g_number) <>

373: raise l_error;
374: END IF;
375: hr_utility.set_location(l_proc,20);
376: --
377: IF nvl(p_rec.personal_payment_method_id, hr_api.g_number) <>
378: per_bpd_shd.g_old_rec.personal_payment_method_id then
379: l_argument:='personal_payment_method_id';
380: raise l_error;
381: END IF;

Line 384: IF nvl(p_rec.business_group_id, hr_api.g_number) <>

380: raise l_error;
381: END IF;
382: hr_utility.set_location(l_proc,30);
383: --
384: IF nvl(p_rec.business_group_id, hr_api.g_number) <>
385: per_bpd_shd.g_old_rec.business_group_id then
386: l_argument:='business_group_id';
387: raise l_error;
388: END IF;

Line 393: hr_api.argument_changed_error

389: hr_utility.set_location(l_proc,40);
390: --
391: EXCEPTION
392: WHEN l_error THEN
393: hr_api.argument_changed_error
394: (p_api_name => l_proc
395: ,p_argument => l_argument);
396: WHEN OTHERS THEN
397: RAISE;

Line 565: IF p_effective_date not between NVL (l_start_date, hr_api.g_sot)

561: hr_utility.raise_error;
562: --
563: END IF;
564: --
565: IF p_effective_date not between NVL (l_start_date, hr_api.g_sot)
566: and NVL (l_end_date, hr_api.g_eot) THEN
567: --
568: -- The lookup exists, but it isn't valid for the effective date
569: -- so error.

Line 566: and NVL (l_end_date, hr_api.g_eot) THEN

562: --
563: END IF;
564: --
565: IF p_effective_date not between NVL (l_start_date, hr_api.g_sot)
566: and NVL (l_end_date, hr_api.g_eot) THEN
567: --
568: -- The lookup exists, but it isn't valid for the effective date
569: -- so error.
570: --

Line 602: hr_api.mandatory_arg_error(p_api_name => l_proc

598: --
599: begin
600: hr_utility.set_location('Entering: '||l_proc, 10);
601: --
602: hr_api.mandatory_arg_error(p_api_name => l_proc
603: ,p_argument => 'PROCESSED_ASSIGNMENT_ID'
604: ,p_argument_value => p_processed_assignment_id);
605: --
606: hr_api.mandatory_arg_error(p_api_name => l_proc

Line 606: hr_api.mandatory_arg_error(p_api_name => l_proc

602: hr_api.mandatory_arg_error(p_api_name => l_proc
603: ,p_argument => 'PROCESSED_ASSIGNMENT_ID'
604: ,p_argument_value => p_processed_assignment_id);
605: --
606: hr_api.mandatory_arg_error(p_api_name => l_proc
607: ,p_argument => 'PERSONAL_PAYMENT_METHOD_ID'
608: ,p_argument_value => p_personal_payment_method_id);
609: --
610: open csr_unique_ids;

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

632: hr_utility.set_location('Entering:'||l_proc, 5);
633: --
634: -- Call all supporting business operations
635: --
636: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
637: --
638: chk_check_type
639: (p_payment_detail_id => p_rec.payment_detail_id
640: ,p_object_version_number => p_rec.object_version_number

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

675: hr_utility.set_location('Entering:'||l_proc, 5);
676: --
677: -- Call all supporting business operations
678: --
679: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
680: --
681: chk_check_type
682: (p_payment_detail_id => p_rec.payment_detail_id
683: ,p_object_version_number => p_rec.object_version_number