DBA Data[Home] [Help]

APPS.PQH_WKS_INS dependencies on HR_API

Line 92: When hr_api.check_integrity_violated Then

88: --
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated
94: pqh_wks_shd.constraint_error
95: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
96: When hr_api.parent_integrity_violated Then

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

91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated
94: pqh_wks_shd.constraint_error
95: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
96: When hr_api.parent_integrity_violated Then
97: -- Parent integrity has been violated
98: pqh_wks_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 96: When hr_api.parent_integrity_violated Then

92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated
94: pqh_wks_shd.constraint_error
95: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
96: When hr_api.parent_integrity_violated Then
97: -- Parent integrity has been violated
98: pqh_wks_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then

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

95: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
96: When hr_api.parent_integrity_violated Then
97: -- Parent integrity has been violated
98: pqh_wks_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: pqh_wks_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 100: When hr_api.unique_integrity_violated Then

96: When hr_api.parent_integrity_violated Then
97: -- Parent integrity has been violated
98: pqh_wks_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: pqh_wks_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When Others Then

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

99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: pqh_wks_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When Others Then
105: Raise;
106: End insert_dml;
107: --

Line 268: when hr_api.cannot_find_prog_unit then

264: );
265: --
266: exception
267: --
268: when hr_api.cannot_find_prog_unit then
269: --
270: hr_api.cannot_find_prog_unit_error
271: (p_module_name => 'pqh_worksheets'
272: ,p_hook_type => 'AI');

Line 270: hr_api.cannot_find_prog_unit_error

266: exception
267: --
268: when hr_api.cannot_find_prog_unit then
269: --
270: hr_api.cannot_find_prog_unit_error
271: (p_module_name => 'pqh_worksheets'
272: ,p_hook_type => 'AI');
273: --
274: end;