DBA Data[Home] [Help]

APPS.HR_DTT_INS dependencies on HR_DTT_SHD

Line 48: (p_rec in out nocopy hr_dtt_shd.g_rec_type

44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure insert_dml
48: (p_rec in out nocopy hr_dtt_shd.g_rec_type
49: ) is
50: --
51: l_proc varchar2(72) := g_package||'insert_dml';
52: --

Line 83: hr_dtt_shd.constraint_error

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

Line 88: hr_dtt_shd.constraint_error

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

Line 93: hr_dtt_shd.constraint_error

89: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
90: When hr_api.unique_integrity_violated Then
91: -- Unique integrity has been violated
92: --
93: hr_dtt_shd.constraint_error
94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When Others Then
96: --
97: Raise;

Line 138: (p_rec in out nocopy hr_dtt_shd.g_rec_type

134: --
135: -- {End Of Comments}
136: -- ----------------------------------------------------------------------------
137: Procedure pre_insert
138: (p_rec in out nocopy hr_dtt_shd.g_rec_type
139: ,p_document_type_id in number
140: ) is
141: --
142: l_proc varchar2(72) := g_package||'pre_insert';

Line 185: (p_rec in hr_dtt_shd.g_rec_type

181: --
182: -- {End Of Comments}
183: -- ----------------------------------------------------------------------------
184: Procedure post_insert
185: (p_rec in hr_dtt_shd.g_rec_type
186: ) is
187: --
188: l_proc varchar2(72) := g_package||'post_insert';
189: --

Line 229: (p_rec in out nocopy hr_dtt_shd.g_rec_type

225: -- ----------------------------------------------------------------------------
226: -- |---------------------------------< ins >----------------------------------|
227: -- ----------------------------------------------------------------------------
228: Procedure ins
229: (p_rec in out nocopy hr_dtt_shd.g_rec_type
230: ,p_document_type_id in number
231: ) is
232: --
233: l_proc varchar2(72) := g_package||'ins';

Line 291: l_rec hr_dtt_shd.g_rec_type;

287: ,p_document_type in varchar2
288: ,p_description in varchar2
289: ) is
290: --
291: l_rec hr_dtt_shd.g_rec_type;
292: l_proc varchar2(72) := g_package||'ins';
293: --
294: Begin
295:

Line 303: hr_dtt_shd.convert_args

299: -- Call conversion function to turn arguments into the
300: -- p_rec structure.
301: --
302: l_rec :=
303: hr_dtt_shd.convert_args
304: (null
305: ,p_language
306: ,p_source_language
307: ,p_document_type