DBA Data[Home] [Help]

APPS.PAY_CON_INS dependencies on PAY_CON_SHD

Line 53: Procedure insert_dml(p_rec in out pay_con_shd.g_rec_type) is

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

Line 61: pay_con_shd.g_api_dml := true; -- Set the api dml status

57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: pay_con_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: pay_us_contribution_history
64: --
65: insert into pay_us_contribution_history

Line 158: pay_con_shd.g_api_dml := false; -- Unset the api dml status

154: p_rec.contr_information30,
155: p_rec.object_version_number
156: );
157: --
158: pay_con_shd.g_api_dml := false; -- Unset the api dml status
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: Exception
162: When hr_api.check_integrity_violated Then

Line 164: pay_con_shd.g_api_dml := false; -- Unset the api dml status

160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: pay_con_shd.g_api_dml := false; -- Unset the api dml status
165: pay_con_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated

Line 165: pay_con_shd.constraint_error

161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: pay_con_shd.g_api_dml := false; -- Unset the api dml status
165: pay_con_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: pay_con_shd.g_api_dml := false; -- Unset the api dml status

Line 169: pay_con_shd.g_api_dml := false; -- Unset the api dml status

165: pay_con_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: pay_con_shd.g_api_dml := false; -- Unset the api dml status
170: pay_con_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated

Line 170: pay_con_shd.constraint_error

166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When hr_api.parent_integrity_violated Then
168: -- Parent integrity has been violated
169: pay_con_shd.g_api_dml := false; -- Unset the api dml status
170: pay_con_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: pay_con_shd.g_api_dml := false; -- Unset the api dml status

Line 174: pay_con_shd.g_api_dml := false; -- Unset the api dml status

170: pay_con_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: pay_con_shd.g_api_dml := false; -- Unset the api dml status
175: pay_con_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: pay_con_shd.g_api_dml := false; -- Unset the api dml status

Line 175: pay_con_shd.constraint_error

171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: pay_con_shd.g_api_dml := false; -- Unset the api dml status
175: pay_con_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: pay_con_shd.g_api_dml := false; -- Unset the api dml status
179: Raise;

Line 178: pay_con_shd.g_api_dml := false; -- Unset the api dml status

174: pay_con_shd.g_api_dml := false; -- Unset the api dml status
175: pay_con_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: pay_con_shd.g_api_dml := false; -- Unset the api dml status
179: Raise;
180: End insert_dml;
181: --
182: -- ----------------------------------------------------------------------------

Line 219: Procedure pre_insert(p_rec in out pay_con_shd.g_rec_type) is

215: -- Internal Row Handler Use Only.
216: --
217: -- {End Of Comments}
218: -- ----------------------------------------------------------------------------
219: Procedure pre_insert(p_rec in out pay_con_shd.g_rec_type) is
220: --
221: l_proc varchar2(72) := g_package||'pre_insert';
222: --
223: Cursor C_Sel1 is select pay_us_contribution_history_s.nextval from sys.dual;

Line 270: Procedure post_insert(p_rec in pay_con_shd.g_rec_type) is

266: -- Internal Row Handler Use Only.
267: --
268: -- {End Of Comments}
269: -- ----------------------------------------------------------------------------
270: Procedure post_insert(p_rec in pay_con_shd.g_rec_type) is
271: --
272: l_proc varchar2(72) := g_package||'post_insert';
273: --
274: Begin

Line 351: p_rec in out pay_con_shd.g_rec_type

347: -- |---------------------------------< ins >----------------------------------|
348: -- ----------------------------------------------------------------------------
349: Procedure ins
350: (
351: p_rec in out pay_con_shd.g_rec_type
352: ) is
353: --
354: l_proc varchar2(72) := g_package||'ins';
355: --

Line 427: l_rec pay_con_shd.g_rec_type;

423: p_contr_information30 in varchar2 default null,
424: p_object_version_number out number
425: ) is
426: --
427: l_rec pay_con_shd.g_rec_type;
428: l_proc varchar2(72) := g_package||'ins';
429: --
430: Begin
431: hr_utility.set_location('Entering:'||l_proc, 5);

Line 437: pay_con_shd.convert_args

433: -- Call conversion function to turn arguments into the
434: -- p_rec structure.
435: --
436: l_rec :=
437: pay_con_shd.convert_args
438: (
439: null,
440: p_person_id,
441: p_date_from,