DBA Data[Home] [Help]

APPS.OTA_TRB_SHD dependencies on HR_API

Line 35: -- The exception hr_api.check_integrity_violated,

31: -- {Start Of Comments}
32: --
33: -- Description:
34: -- This procedure is called when a constraint has been violated (i.e.
35: -- The exception hr_api.check_integrity_violated,
36: -- hr_api.parent_integrity_violated, hr_api.child_integrity_violated or
37: -- hr_api.unique_integrity_violated has been raised).
38: -- The exceptions can only be raised as follows:
39: -- 1) A check constraint can only be violated during an INSERT or UPDATE

Line 36: -- hr_api.parent_integrity_violated, hr_api.child_integrity_violated or

32: --
33: -- Description:
34: -- This procedure is called when a constraint has been violated (i.e.
35: -- The exception hr_api.check_integrity_violated,
36: -- hr_api.parent_integrity_violated, hr_api.child_integrity_violated or
37: -- hr_api.unique_integrity_violated has been raised).
38: -- The exceptions can only be raised as follows:
39: -- 1) A check constraint can only be violated during an INSERT or UPDATE
40: -- dml operation.

Line 37: -- hr_api.unique_integrity_violated has been raised).

33: -- Description:
34: -- This procedure is called when a constraint has been violated (i.e.
35: -- The exception hr_api.check_integrity_violated,
36: -- hr_api.parent_integrity_violated, hr_api.child_integrity_violated or
37: -- hr_api.unique_integrity_violated has been raised).
38: -- The exceptions can only be raised as follows:
39: -- 1) A check constraint can only be violated during an INSERT or UPDATE
40: -- dml operation.
41: -- 2) A parent integrity constraint can only be violated during an

Line 49: -- Either hr_api.check_integrity_violated, hr_api.parent_integrity_violated,

45: -- 4) A unique integrity constraint can only be violated during INSERT or
46: -- UPDATE dml operation.
47: --
48: -- Pre Conditions:
49: -- Either hr_api.check_integrity_violated, hr_api.parent_integrity_violated,
50: -- hr_api.child_integrity_violated or hr_api.unique_integrity_violated has
51: -- been raised with the subsequent stripping of the constraint name from the
52: -- generated error message text.
53: --

Line 50: -- hr_api.child_integrity_violated or hr_api.unique_integrity_violated has

46: -- UPDATE dml operation.
47: --
48: -- Pre Conditions:
49: -- Either hr_api.check_integrity_violated, hr_api.parent_integrity_violated,
50: -- hr_api.child_integrity_violated or hr_api.unique_integrity_violated has
51: -- been raised with the subsequent stripping of the constraint name from the
52: -- generated error message text.
53: --
54: -- In Arguments:

Line 355: -- hr_api.mandatory_arg_error

351: hr_utility.set_location('Entering:'||l_proc, 5);
352: --
353: -- Add any mandatory argument checking here:
354: -- Example:
355: -- hr_api.mandatory_arg_error
356: -- (p_api_name => l_proc,
357: -- p_argument => 'object_version_number',
358: -- p_argument_value => p_object_version_number);
359: --

Line 381: When HR_Api.Object_Locked then

377: --
378: -- We need to trap the ORA LOCK exception
379: --
380: Exception
381: When HR_Api.Object_Locked then
382: --
383: -- The object is locked therefore we need to supply a meaningful
384: -- error message.
385: --