DBA Data[Home] [Help]

APPS.PQH_WDT_INS dependencies on HR_API

Line 126: When hr_api.check_integrity_violated Then

122: --
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: pqh_wdt_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.parent_integrity_violated Then

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

125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: pqh_wdt_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.parent_integrity_violated Then
131: -- Parent integrity has been violated
132: pqh_wdt_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 130: When hr_api.parent_integrity_violated Then

126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: pqh_wdt_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.parent_integrity_violated Then
131: -- Parent integrity has been violated
132: pqh_wdt_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
134: When hr_api.unique_integrity_violated Then

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

129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.parent_integrity_violated Then
131: -- Parent integrity has been violated
132: pqh_wdt_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
134: When hr_api.unique_integrity_violated Then
135: -- Unique integrity has been violated
136: pqh_wdt_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 134: When hr_api.unique_integrity_violated Then

130: When hr_api.parent_integrity_violated Then
131: -- Parent integrity has been violated
132: pqh_wdt_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
134: When hr_api.unique_integrity_violated Then
135: -- Unique integrity has been violated
136: pqh_wdt_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When Others Then

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

133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
134: When hr_api.unique_integrity_violated Then
135: -- Unique integrity has been violated
136: pqh_wdt_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When Others Then
139: Raise;
140: End insert_dml;
141: --

Line 280: when hr_api.cannot_find_prog_unit then

276: );
277: --
278: exception
279: --
280: when hr_api.cannot_find_prog_unit then
281: --
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'pqh_worksheet_details'
284: ,p_hook_type => 'AI');

Line 282: hr_api.cannot_find_prog_unit_error

278: exception
279: --
280: when hr_api.cannot_find_prog_unit then
281: --
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'pqh_worksheet_details'
284: ,p_hook_type => 'AI');
285: --
286: end;