DBA Data[Home] [Help]

APPS.PQH_TTM_INS dependencies on HR_API

Line 78: When hr_api.check_integrity_violated Then

74: --
75: --
76: hr_utility.set_location(' Leaving:'||l_proc, 10);
77: Exception
78: When hr_api.check_integrity_violated Then
79: -- A check constraint has been violated
80: pqh_ttm_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: When hr_api.parent_integrity_violated Then

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

77: Exception
78: When hr_api.check_integrity_violated Then
79: -- A check constraint has been violated
80: pqh_ttm_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: When hr_api.parent_integrity_violated Then
83: -- Parent integrity has been violated
84: pqh_ttm_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 82: When hr_api.parent_integrity_violated Then

78: When hr_api.check_integrity_violated Then
79: -- A check constraint has been violated
80: pqh_ttm_shd.constraint_error
81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: When hr_api.parent_integrity_violated Then
83: -- Parent integrity has been violated
84: pqh_ttm_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When hr_api.unique_integrity_violated Then

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

81: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
82: When hr_api.parent_integrity_violated Then
83: -- Parent integrity has been violated
84: pqh_ttm_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When hr_api.unique_integrity_violated Then
87: -- Unique integrity has been violated
88: pqh_ttm_shd.constraint_error
89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 86: When hr_api.unique_integrity_violated Then

82: When hr_api.parent_integrity_violated Then
83: -- Parent integrity has been violated
84: pqh_ttm_shd.constraint_error
85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When hr_api.unique_integrity_violated Then
87: -- Unique integrity has been violated
88: pqh_ttm_shd.constraint_error
89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
90: When Others Then

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

85: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
86: When hr_api.unique_integrity_violated Then
87: -- Unique integrity has been violated
88: pqh_ttm_shd.constraint_error
89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
90: When Others Then
91: Raise;
92: End insert_dml;
93: --

Line 208: when hr_api.cannot_find_prog_unit then

204: );
205: --
206: exception
207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'pqh_transaction_templates'
212: ,p_hook_type => 'AI');

Line 210: hr_api.cannot_find_prog_unit_error

206: exception
207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'pqh_transaction_templates'
212: ,p_hook_type => 'AI');
213: --
214: end;