DBA Data[Home] [Help]

APPS.IRC_JBI_UPD dependencies on HR_API

Line 82: When hr_api.check_integrity_violated Then

78: --
79: hr_utility.set_location(' Leaving:'||l_proc, 10);
80: --
81: Exception
82: When hr_api.check_integrity_violated Then
83: -- A check constraint has been violated
84: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
85: --
86: irc_jbi_shd.constraint_error

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

83: -- A check constraint has been violated
84: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
85: --
86: irc_jbi_shd.constraint_error
87: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
88: When hr_api.parent_integrity_violated Then
89: -- Parent integrity has been violated
90: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
91: --

Line 88: When hr_api.parent_integrity_violated Then

84: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
85: --
86: irc_jbi_shd.constraint_error
87: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
88: When hr_api.parent_integrity_violated Then
89: -- Parent integrity has been violated
90: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
91: --
92: irc_jbi_shd.constraint_error

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

89: -- Parent integrity has been violated
90: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
91: --
92: irc_jbi_shd.constraint_error
93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
97: --

Line 94: When hr_api.unique_integrity_violated Then

90: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
91: --
92: irc_jbi_shd.constraint_error
93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
97: --
98: irc_jbi_shd.constraint_error

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

95: -- Unique integrity has been violated
96: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
97: --
98: irc_jbi_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When Others Then
101: irc_jbi_shd.g_api_dml := false; -- Unset the api dml status
102: --
103: Raise;

Line 209: when hr_api.cannot_find_prog_unit then

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

Line 211: hr_api.cannot_find_prog_unit_error

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