DBA Data[Home] [Help]

APPS.PER_PCE_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 => 'cagr_entitlement_id'
51: ,p_argument_value => p_cagr_entitlement_id
52: );

Line 71: hr_api.set_security_group_id

67: CLOSE csr_sec_grp;
68: --
69: -- Set the security_group_id IN CLIENT_INFO
70: --
71: hr_api.set_security_group_id
72: (p_security_group_id => l_security_group_id
73: );
74: --
75: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 112: hr_api.mandatory_arg_error

108: hr_utility.set_location('Entering:'|| l_proc, 10);
109: --
110: -- Ensure that all the mandatory parameter are not NULL
111: --
112: hr_api.mandatory_arg_error
113: (p_api_name => l_proc
114: ,p_argument => 'cagr_entitlement_id'
115: ,p_argument_value => p_cagr_entitlement_id
116: );

Line 118: IF ( nvl(per_pce_bus.g_cagr_entitlement_id, hr_api.g_number)

114: ,p_argument => 'cagr_entitlement_id'
115: ,p_argument_value => p_cagr_entitlement_id
116: );
117: --
118: IF ( nvl(per_pce_bus.g_cagr_entitlement_id, hr_api.g_number)
119: = p_cagr_entitlement_id) THEN
120: --
121: -- The legislation code has already been found with a previous
122: -- call to this function. Just return the value IN the global

Line 209: IF nvl(p_rec.collective_agreement_id, hr_api.g_number) <>

205: fnd_message.raise_error;
206: --
207: END IF;
208: --
209: IF nvl(p_rec.collective_agreement_id, hr_api.g_number) <>
210: nvl(per_pce_shd.g_old_rec.collective_agreement_id,hr_api.g_number) THEN
211: --
212: l_argument := 'collective_agreement_id';
213: RAISE l_error;

Line 210: nvl(per_pce_shd.g_old_rec.collective_agreement_id,hr_api.g_number) THEN

206: --
207: END IF;
208: --
209: IF nvl(p_rec.collective_agreement_id, hr_api.g_number) <>
210: nvl(per_pce_shd.g_old_rec.collective_agreement_id,hr_api.g_number) THEN
211: --
212: l_argument := 'collective_agreement_id';
213: RAISE l_error;
214: --

Line 217: IF nvl(p_rec.cagr_entitlement_item_id, hr_api.g_number) <>

213: RAISE l_error;
214: --
215: END IF;
216: --
217: IF nvl(p_rec.cagr_entitlement_item_id, hr_api.g_number) <>
218: nvl(per_pce_shd.g_old_rec.cagr_entitlement_item_id,hr_api.g_number) THEN
219: --
220: l_argument := 'cagr_entitlement_item_id';
221: RAISE l_error;

Line 218: nvl(per_pce_shd.g_old_rec.cagr_entitlement_item_id,hr_api.g_number) THEN

214: --
215: END IF;
216: --
217: IF nvl(p_rec.cagr_entitlement_item_id, hr_api.g_number) <>
218: nvl(per_pce_shd.g_old_rec.cagr_entitlement_item_id,hr_api.g_number) THEN
219: --
220: l_argument := 'cagr_entitlement_item_id';
221: RAISE l_error;
222: --

Line 225: IF nvl(p_rec.formula_criteria, hr_api.g_varchar2) <>

221: RAISE l_error;
222: --
223: END IF;
224: --
225: IF nvl(p_rec.formula_criteria, hr_api.g_varchar2) <>
226: nvl(per_pce_shd.g_old_rec.formula_criteria,hr_api.g_varchar2) THEN
227: --
228: l_argument := 'formula_criteria';
229: RAISE l_error;

Line 226: nvl(per_pce_shd.g_old_rec.formula_criteria,hr_api.g_varchar2) THEN

222: --
223: END IF;
224: --
225: IF nvl(p_rec.formula_criteria, hr_api.g_varchar2) <>
226: nvl(per_pce_shd.g_old_rec.formula_criteria,hr_api.g_varchar2) THEN
227: --
228: l_argument := 'formula_criteria';
229: RAISE l_error;
230: --

Line 233: IF nvl(p_rec.cagr_entitlement_item_id, hr_api.g_number) <>

229: RAISE l_error;
230: --
231: END IF;
232: --
233: IF nvl(p_rec.cagr_entitlement_item_id, hr_api.g_number) <>
234: nvl(per_pce_shd.g_old_rec.cagr_entitlement_item_id,hr_api.g_number) THEN
235: --
236: l_argument := 'cagr_entitlement_item_id';
237: RAISE l_error;

Line 234: nvl(per_pce_shd.g_old_rec.cagr_entitlement_item_id,hr_api.g_number) THEN

230: --
231: END IF;
232: --
233: IF nvl(p_rec.cagr_entitlement_item_id, hr_api.g_number) <>
234: nvl(per_pce_shd.g_old_rec.cagr_entitlement_item_id,hr_api.g_number) THEN
235: --
236: l_argument := 'cagr_entitlement_item_id';
237: RAISE l_error;
238: --

Line 243: hr_api.argument_changed_error

239: END IF;
240: --
241: EXCEPTION
242: WHEN l_error THEN
243: hr_api.argument_changed_error
244: (p_api_name => l_proc
245: ,p_argument => l_argument);
246: WHEN OTHERS THEN
247: RAISE;

Line 298: hr_api.mandatory_arg_error

294: hr_utility.set_location('Entering : '||l_proc,10);
295: --
296: -- Check mandatory parameter IS set
297: --
298: hr_api.mandatory_arg_error
299: (p_api_name => l_proc
300: ,p_argument => 'effective_date'
301: ,p_argument_value => p_effective_date
302: );

Line 304: hr_api.mandatory_arg_error

300: ,p_argument => 'effective_date'
301: ,p_argument_value => p_effective_date
302: );
303: --
304: hr_api.mandatory_arg_error
305: (p_api_name => l_proc
306: ,p_argument => 'status'
307: ,p_argument_value => p_status
308: );

Line 324: IF hr_api.not_exists_in_hr_lookups

320: hr_utility.set_location(l_proc,30);
321: --
322: -- Check that the status exists IN HR_LOOKUPS
323: --
324: IF hr_api.not_exists_in_hr_lookups
325: (p_effective_date => p_effective_date
326: ,p_lookup_type => 'CAGR_STATUS'
327: ,p_lookup_code => p_status) THEN
328: --

Line 391: hr_api.mandatory_arg_error

387: IF p_message_level IS NOT NULL THEN
388: --
389: -- Check mandatory parameter IS set
390: --
391: hr_api.mandatory_arg_error
392: (p_api_name => l_proc
393: ,p_argument => 'effective_date'
394: ,p_argument_value => p_effective_date
395: );

Line 412: IF hr_api.not_exists_in_hr_lookups

408: hr_utility.set_location(l_proc,30);
409: --
410: -- Check that the unit_of_measure exists IN HR_LOOKUPS
411: --
412: IF hr_api.not_exists_in_hr_lookups
413: (p_effective_date => p_effective_date
414: ,p_lookup_type => 'CAGR_MESSAGE_LEVEL'
415: ,p_lookup_code => p_message_level) THEN
416: --

Line 550: hr_api.mandatory_arg_error

546: hr_utility.set_location('Entering : '||l_proc,10);
547: --
548: -- Check mandatory parameter IS set
549: --
550: hr_api.mandatory_arg_error
551: (p_api_name => l_proc
552: ,p_argument => 'effective_date'
553: ,p_argument_value => p_effective_date
554: );

Line 556: hr_api.mandatory_arg_error

552: ,p_argument => 'effective_date'
553: ,p_argument_value => p_effective_date
554: );
555: --
556: hr_api.mandatory_arg_error
557: (p_api_name => l_proc
558: ,p_argument => 'formula_criteria'
559: ,p_argument_value => p_formula_criteria
560: );

Line 574: IF hr_api.not_exists_in_hr_lookups

570: hr_utility.set_location(l_proc,30);
571: --
572: -- Check that the formula_criteria exists IN HR_LOOKUPS
573: --
574: IF hr_api.not_exists_in_hr_lookups
575: (p_effective_date => p_effective_date
576: ,p_lookup_type => 'CAGR_CRITERIA_TYPE'
577: ,p_lookup_code => p_formula_criteria) THEN
578: --

Line 828: hr_api.mandatory_arg_error

824: hr_utility.set_location('Entering : '||l_proc,10);
825: --
826: -- Check mandatory parameter IS set
827: --
828: hr_api.mandatory_arg_error
829: (p_api_name => l_proc
830: ,p_argument => 'effective_date'
831: ,p_argument_value => p_effective_date
832: );

Line 834: hr_api.mandatory_arg_error

830: ,p_argument => 'effective_date'
831: ,p_argument_value => p_effective_date
832: );
833: --
834: hr_api.mandatory_arg_error
835: (p_api_name => l_proc
836: ,p_argument => 'formula_criteria'
837: ,p_argument_value => p_formula_criteria
838: );

Line 954: hr_api.mandatory_arg_error

950: hr_utility.set_location('Entering : '||l_proc,10);
951: --
952: -- Check mandatory parameter IS set
953: --
954: hr_api.mandatory_arg_error
955: (p_api_name => l_proc
956: ,p_argument => 'start_date'
957: ,p_argument_value => p_start_date
958: );

Line 1166: hr_api.mandatory_arg_error

1162: hr_utility.set_location('Entering : '||l_proc,10);
1163: --
1164: -- Check mandatory parameter IS set
1165: --
1166: hr_api.mandatory_arg_error
1167: (p_api_name => l_proc
1168: ,p_argument => 'collective_agreement_id'
1169: ,p_argument_value => p_collective_agreement_id
1170: );

Line 1172: hr_api.mandatory_arg_error

1168: ,p_argument => 'collective_agreement_id'
1169: ,p_argument_value => p_collective_agreement_id
1170: );
1171: --
1172: hr_api.mandatory_arg_error
1173: (p_api_name => l_proc
1174: ,p_argument => 'cagr_entitlement_item_id'
1175: ,p_argument_value => p_cagr_entitlement_item_id
1176: );