DBA Data[Home] [Help]

APPS.BEN_BMI_INS dependencies on BEN_BMI_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy ben_bmi_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 nocopy ben_bmi_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 61: ben_bmi_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: ben_bmi_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_batch_commu_info
64: --
65: insert into ben_batch_commu_info

Line 88: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status

84: p_rec.to_be_sent_dt,
85: p_rec.object_version_number
86: );
87: --
88: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: Exception
92: When hr_api.check_integrity_violated Then

Line 94: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status

90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated
94: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
95: ben_bmi_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.parent_integrity_violated Then
98: -- Parent integrity has been violated

Line 95: ben_bmi_shd.constraint_error

91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated
94: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
95: ben_bmi_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.parent_integrity_violated Then
98: -- Parent integrity has been violated
99: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status

Line 99: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status

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

Line 100: ben_bmi_shd.constraint_error

96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.parent_integrity_violated Then
98: -- Parent integrity has been violated
99: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
100: ben_bmi_shd.constraint_error
101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status

Line 104: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status

100: ben_bmi_shd.constraint_error
101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
105: ben_bmi_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When Others Then
108: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status

Line 105: ben_bmi_shd.constraint_error

101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
105: ben_bmi_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When Others Then
108: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
109: Raise;

Line 108: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status

104: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
105: ben_bmi_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When Others Then
108: ben_bmi_shd.g_api_dml := false; -- Unset the api dml status
109: Raise;
110: End insert_dml;
111: --
112: -- ----------------------------------------------------------------------------

Line 149: Procedure pre_insert(p_rec in out nocopy ben_bmi_shd.g_rec_type) is

145: -- Internal Row Handler Use Only.
146: --
147: -- {End Of Comments}
148: -- ----------------------------------------------------------------------------
149: Procedure pre_insert(p_rec in out nocopy ben_bmi_shd.g_rec_type) is
150: --
151: l_proc varchar2(72) := g_package||'pre_insert';
152: --
153: Cursor C_Sel1 is select ben_batch_commu_info_s.nextval from sys.dual;

Line 200: Procedure post_insert(p_rec in ben_bmi_shd.g_rec_type) is

196: -- Internal Row Handler Use Only.
197: --
198: -- {End Of Comments}
199: -- ----------------------------------------------------------------------------
200: Procedure post_insert(p_rec in ben_bmi_shd.g_rec_type) is
201: --
202: l_proc varchar2(72) := g_package||'post_insert';
203: --
204: Begin

Line 246: p_rec in out nocopy ben_bmi_shd.g_rec_type

242: -- |---------------------------------< ins >----------------------------------|
243: -- ----------------------------------------------------------------------------
244: Procedure ins
245: (
246: p_rec in out nocopy ben_bmi_shd.g_rec_type
247: ) is
248: --
249: l_proc varchar2(72) := g_package||'ins';
250: --

Line 287: l_rec ben_bmi_shd.g_rec_type;

283: p_to_be_sent_dt in date default null,
284: p_object_version_number out nocopy number
285: ) is
286: --
287: l_rec ben_bmi_shd.g_rec_type;
288: l_proc varchar2(72) := g_package||'ins';
289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);

Line 297: ben_bmi_shd.convert_args

293: -- Call conversion function to turn arguments into the
294: -- p_rec structure.
295: --
296: l_rec :=
297: ben_bmi_shd.convert_args
298: (
299: null,
300: p_benefit_action_id,
301: p_person_id,