DBA Data[Home] [Help]

APPS.PQH_WPR_INS dependencies on HR_API

Line 100: When hr_api.check_integrity_violated Then

96: --
97: --
98: hr_utility.set_location(' Leaving:'||l_proc, 10);
99: Exception
100: When hr_api.check_integrity_violated Then
101: -- A check constraint has been violated
102: pqh_wpr_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When hr_api.parent_integrity_violated Then

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

99: Exception
100: When hr_api.check_integrity_violated Then
101: -- A check constraint has been violated
102: pqh_wpr_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When hr_api.parent_integrity_violated Then
105: -- Parent integrity has been violated
106: pqh_wpr_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 104: When hr_api.parent_integrity_violated Then

100: When hr_api.check_integrity_violated Then
101: -- A check constraint has been violated
102: pqh_wpr_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When hr_api.parent_integrity_violated Then
105: -- Parent integrity has been violated
106: pqh_wpr_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then

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

103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When hr_api.parent_integrity_violated Then
105: -- Parent integrity has been violated
106: pqh_wpr_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: pqh_wpr_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 108: When hr_api.unique_integrity_violated Then

104: When hr_api.parent_integrity_violated Then
105: -- Parent integrity has been violated
106: pqh_wpr_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: pqh_wpr_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When Others Then

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

107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: pqh_wpr_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When Others Then
113: Raise;
114: End insert_dml;
115: --

Line 241: when hr_api.cannot_find_prog_unit then

237: );
238: --
239: exception
240: --
241: when hr_api.cannot_find_prog_unit then
242: --
243: hr_api.cannot_find_prog_unit_error
244: (p_module_name => 'pqh_worksheet_periods'
245: ,p_hook_type => 'AI');

Line 243: hr_api.cannot_find_prog_unit_error

239: exception
240: --
241: when hr_api.cannot_find_prog_unit then
242: --
243: hr_api.cannot_find_prog_unit_error
244: (p_module_name => 'pqh_worksheet_periods'
245: ,p_hook_type => 'AI');
246: --
247: end;