DBA Data[Home] [Help]

APPS.GHR_CAH_BUS dependencies on HR_API

Line 50: hr_api.mandatory_arg_error

46: hr_utility.set_location('Entering:'|| l_proc, 10);
47: --
48: -- Ensure that all the mandatory parameter are not null
49: --
50: hr_api.mandatory_arg_error
51: (p_api_name => l_proc
52: ,p_argument => 'compl_ca_header_id'
53: ,p_argument_value => p_compl_ca_header_id
54: );

Line 73: hr_api.set_security_group_id

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

Line 116: hr_api.mandatory_arg_error

112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error
117: (p_api_name => l_proc
118: ,p_argument => 'compl_ca_header_id'
119: ,p_argument_value => p_compl_ca_header_id
120: );

Line 122: if ( nvl(ghr_cah_bus.g_compl_ca_header_id, hr_api.g_number)

118: ,p_argument => 'compl_ca_header_id'
119: ,p_argument_value => p_compl_ca_header_id
120: );
121: --
122: if ( nvl(ghr_cah_bus.g_compl_ca_header_id, hr_api.g_number)
123: = p_compl_ca_header_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 216: hr_api.argument_changed_error

212: -- not been updated.
213: --
214: EXCEPTION
215: WHEN l_error THEN
216: hr_api.argument_changed_error
217: (p_api_name => l_proc
218: ,p_argument => l_argument);
219: WHEN OTHERS THEN
220: RAISE;

Line 246: hr_api.mandatory_arg_error

242: hr_utility.set_location('Entering: '|| l_proc, 10);
243:
244: -- Check Mandatory Parameters are set
245:
246: hr_api.mandatory_arg_error
247: (p_api_name => l_proc,
248: p_argument => 'effective date',
249: p_argument_value => p_effective_date
250: );

Line 266: ((nvl(ghr_cah_shd.g_old_rec.ca_source,hr_api.g_varchar2)

262: p_object_version_number => p_object_version_number);
263:
264: IF (l_api_updating
265: AND
266: ((nvl(ghr_cah_shd.g_old_rec.ca_source,hr_api.g_varchar2)
267: <> nvl(p_ca_source,hr_api.g_varchar2))))
268: OR
269: NOT l_api_updating THEN
270:

Line 267: <> nvl(p_ca_source,hr_api.g_varchar2))))

263:
264: IF (l_api_updating
265: AND
266: ((nvl(ghr_cah_shd.g_old_rec.ca_source,hr_api.g_varchar2)
267: <> nvl(p_ca_source,hr_api.g_varchar2))))
268: OR
269: NOT l_api_updating THEN
270:
271: --

Line 281: IF hr_api.not_exists_in_hr_lookups

277: --
278:
279: IF p_ca_source is NOT NULL THEN
280:
281: IF hr_api.not_exists_in_hr_lookups
282: (p_effective_date => p_effective_date,
283: p_lookup_type => 'GHR_US_COMPLAINT_SOURCE',
284: p_lookup_code => p_ca_source
285: ) THEN

Line 326: hr_api.mandatory_arg_error

322: hr_utility.set_location('Entering: '|| l_proc, 10);
323:
324: -- Check Mandatory Parameters are set
325:
326: hr_api.mandatory_arg_error
327: (p_api_name => l_proc,
328: p_argument => 'effective date',
329: p_argument_value => p_effective_date
330: );

Line 346: ((nvl(ghr_cah_shd.g_old_rec.comrep_noncom_req,hr_api.g_varchar2)

342: p_object_version_number => p_object_version_number);
343:
344: IF (l_api_updating
345: AND
346: ((nvl(ghr_cah_shd.g_old_rec.comrep_noncom_req,hr_api.g_varchar2)
347: <> nvl(p_comrep_noncom_req,hr_api.g_varchar2))))
348: OR
349: NOT l_api_updating THEN
350:

Line 347: <> nvl(p_comrep_noncom_req,hr_api.g_varchar2))))

343:
344: IF (l_api_updating
345: AND
346: ((nvl(ghr_cah_shd.g_old_rec.comrep_noncom_req,hr_api.g_varchar2)
347: <> nvl(p_comrep_noncom_req,hr_api.g_varchar2))))
348: OR
349: NOT l_api_updating THEN
350:
351: --

Line 361: IF hr_api.not_exists_in_hr_lookups

357: --
358:
359: IF p_comrep_noncom_req is NOT NULL THEN
360:
361: IF hr_api.not_exists_in_hr_lookups
362: (p_effective_date => p_effective_date,
363: p_lookup_type => 'GHR_US_REQUEST',
364: p_lookup_code => p_comrep_noncom_req
365: ) THEN

Line 405: hr_api.mandatory_arg_error

401: hr_utility.set_location('Entering: '|| l_proc, 10);
402:
403: -- Check Mandatory Parameters are set
404:
405: hr_api.mandatory_arg_error
406: (p_api_name => l_proc,
407: p_argument => 'effective date',
408: p_argument_value => p_effective_date
409: );

Line 425: ((nvl(ghr_cah_shd.g_old_rec.stage_complaint_reinstated,hr_api.g_varchar2)

421: p_object_version_number => p_object_version_number);
422:
423: IF (l_api_updating
424: AND
425: ((nvl(ghr_cah_shd.g_old_rec.stage_complaint_reinstated,hr_api.g_varchar2)
426: <> nvl(p_stage_complaint_reinstated,hr_api.g_varchar2))))
427: OR
428: NOT l_api_updating THEN
429:

Line 426: <> nvl(p_stage_complaint_reinstated,hr_api.g_varchar2))))

422:
423: IF (l_api_updating
424: AND
425: ((nvl(ghr_cah_shd.g_old_rec.stage_complaint_reinstated,hr_api.g_varchar2)
426: <> nvl(p_stage_complaint_reinstated,hr_api.g_varchar2))))
427: OR
428: NOT l_api_updating THEN
429:
430: --

Line 440: IF hr_api.not_exists_in_hr_lookups

436: --
437:
438: IF p_stage_complaint_reinstated is NOT NULL THEN
439:
440: IF hr_api.not_exists_in_hr_lookups
441: (p_effective_date => p_effective_date,
442: p_lookup_type => 'GHR_US_STAGE',
443: p_lookup_code => p_stage_complaint_reinstated
444: ) THEN