DBA Data[Home] [Help]

APPS.PER_ZA_QUA_INS dependencies on PER_ZA_QUA_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy per_za_qua_shd.g_za_rec_type) is

49: -- Internal Table Handler Use Only.
50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml(p_rec in out nocopy per_za_qua_shd.g_za_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 138: Procedure post_insert(p_rec in per_za_qua_shd.g_za_rec_type) is

134: -- Internal Table Handler Use Only.
135: --
136: -- {End Of Comments}
137: -- ----------------------------------------------------------------------------
138: Procedure post_insert(p_rec in per_za_qua_shd.g_za_rec_type) is
139: --
140: l_proc varchar2(72) := g_package||'post_insert';
141: --
142: Begin

Line 153: p_rec in out nocopy per_za_qua_shd.g_za_rec_type,

149: -- |---------------------------------< ins >----------------------------------|
150: -- ----------------------------------------------------------------------------
151: Procedure ins
152: (
153: p_rec in out nocopy per_za_qua_shd.g_za_rec_type,
154: p_validate in boolean default false
155: ) is
156: --
157: l_proc varchar2(72) := g_package||'ins';

Line 210: l_rec per_za_qua_shd.g_za_rec_type;

206: p_registration_number in varchar2 default null,
207: p_validate in boolean default false
208: ) is
209: --
210: l_rec per_za_qua_shd.g_za_rec_type;
211: l_proc varchar2(72) := g_package||'ins';
212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);

Line 220: per_za_qua_shd.convert_args

216: -- Call conversion function to turn arguments into the
217: -- p_rec structure.
218: --
219: l_rec :=
220: per_za_qua_shd.convert_args
221: (
222: p_qualification_id,
223: p_level_id,
224: p_field_of_learning,