DBA Data[Home] [Help]

APPS.PQH_RAP_INS dependencies on HR_API

Line 116: When hr_api.check_integrity_violated Then

112: --
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 10);
115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated
118: --
119: pqh_rap_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated
118: --
119: pqh_rap_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --
124: pqh_rap_shd.constraint_error

Line 121: When hr_api.parent_integrity_violated Then

117: -- A check constraint has been violated
118: --
119: pqh_rap_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --
124: pqh_rap_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --
124: pqh_rap_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --
129: pqh_rap_shd.constraint_error

Line 126: When hr_api.unique_integrity_violated Then

122: -- Parent integrity has been violated
123: --
124: pqh_rap_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --
129: pqh_rap_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --
129: pqh_rap_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When Others Then
132: --
133: Raise;
134: End insert_dml;

Line 295: when hr_api.cannot_find_prog_unit then

291: );
292: --
293: exception
294: --
295: when hr_api.cannot_find_prog_unit then
296: --
297: hr_api.cannot_find_prog_unit_error
298: (p_module_name => 'PQH_RANK_PROCESS_APPROVALS'
299: ,p_hook_type => 'AI');

Line 297: hr_api.cannot_find_prog_unit_error

293: exception
294: --
295: when hr_api.cannot_find_prog_unit then
296: --
297: hr_api.cannot_find_prog_unit_error
298: (p_module_name => 'PQH_RANK_PROCESS_APPROVALS'
299: ,p_hook_type => 'AI');
300: --
301: end;