DBA Data[Home] [Help]

APPS.IRC_IRT_INS dependencies on IRC_IRT_SHD

Line 54: (p_rec in out nocopy irc_irt_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy irc_irt_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: l_posting_url clob;

Line 109: irc_irt_shd.constraint_error

105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: --
109: irc_irt_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --

Line 114: irc_irt_shd.constraint_error

110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --
114: irc_irt_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --

Line 119: irc_irt_shd.constraint_error

115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --
119: irc_irt_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When Others Then
122: --
123: Raise;

Line 164: (p_rec in out nocopy irc_irt_shd.g_rec_type

160: --
161: -- {End Of Comments}
162: -- ----------------------------------------------------------------------------
163: Procedure pre_insert
164: (p_rec in out nocopy irc_irt_shd.g_rec_type
165: ,p_recruiting_site_id in number
166: ) is
167: --
168: l_proc varchar2(72) := g_package||'pre_insert';

Line 211: (p_rec in irc_irt_shd.g_rec_type

207: --
208: -- {End Of Comments}
209: -- ----------------------------------------------------------------------------
210: Procedure post_insert
211: (p_rec in irc_irt_shd.g_rec_type
212: ) is
213: --
214: l_proc varchar2(72) := g_package||'post_insert';
215: --

Line 252: (p_rec in out nocopy irc_irt_shd.g_rec_type

248: -- ----------------------------------------------------------------------------
249: -- |---------------------------------< ins >----------------------------------|
250: -- ----------------------------------------------------------------------------
251: Procedure ins
252: (p_rec in out nocopy irc_irt_shd.g_rec_type
253: ,p_recruiting_site_id in number
254: ) is
255: --
256: l_proc varchar2(72) := g_package||'ins';

Line 306: l_rec irc_irt_shd.g_rec_type;

302: ,p_redirection_url in varchar2
303: ,p_posting_url in varchar2
304: ) is
305: --
306: l_rec irc_irt_shd.g_rec_type;
307: l_proc varchar2(72) := g_package||'ins';
308: --
309: Begin
310: hr_utility.set_location('Entering:'||l_proc, 5);

Line 316: irc_irt_shd.convert_args

312: -- Call conversion function to turn arguments into the
313: -- p_rec structure.
314: --
315: l_rec :=
316: irc_irt_shd.convert_args
317: (null
318: ,p_language
319: ,p_source_lang
320: ,p_site_name