DBA Data[Home] [Help]

APPS.BEN_PUM_INS dependencies on BEN_PUM_SHD

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

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

Line 98: ben_pum_shd.g_api_dml := false; -- Unset the api dml status

94: p_rec.end_date,
95: p_rec.no_formula_flag
96: );
97: --
98: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
99: --
100: hr_utility.set_location(' Leaving:'||l_proc, 10);
101: Exception
102: When hr_api.check_integrity_violated Then

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

100: hr_utility.set_location(' Leaving:'||l_proc, 10);
101: Exception
102: When hr_api.check_integrity_violated Then
103: -- A check constraint has been violated
104: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
105: ben_pum_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When hr_api.parent_integrity_violated Then
108: -- Parent integrity has been violated

Line 105: ben_pum_shd.constraint_error

101: Exception
102: When hr_api.check_integrity_violated Then
103: -- A check constraint has been violated
104: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
105: ben_pum_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When hr_api.parent_integrity_violated Then
108: -- Parent integrity has been violated
109: ben_pum_shd.g_api_dml := false; -- Unset the api dml status

Line 109: ben_pum_shd.g_api_dml := false; -- Unset the api dml status

105: ben_pum_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When hr_api.parent_integrity_violated Then
108: -- Parent integrity has been violated
109: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
110: ben_pum_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated

Line 110: ben_pum_shd.constraint_error

106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When hr_api.parent_integrity_violated Then
108: -- Parent integrity has been violated
109: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
110: ben_pum_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: ben_pum_shd.g_api_dml := false; -- Unset the api dml status

Line 114: ben_pum_shd.g_api_dml := false; -- Unset the api dml status

110: ben_pum_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
115: ben_pum_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When Others Then
118: ben_pum_shd.g_api_dml := false; -- Unset the api dml status

Line 115: ben_pum_shd.constraint_error

111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.unique_integrity_violated Then
113: -- Unique integrity has been violated
114: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
115: ben_pum_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When Others Then
118: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
119: Raise;

Line 118: ben_pum_shd.g_api_dml := false; -- Unset the api dml status

114: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
115: ben_pum_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When Others Then
118: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
119: Raise;
120: End insert_dml;
121: --
122: -- ----------------------------------------------------------------------------

Line 159: Procedure pre_insert(p_rec in out nocopy ben_pum_shd.g_rec_type) is

155: -- Internal Row Handler Use Only.
156: --
157: -- {End Of Comments}
158: -- ----------------------------------------------------------------------------
159: Procedure pre_insert(p_rec in out nocopy ben_pum_shd.g_rec_type) is
160: --
161: l_proc varchar2(72) := g_package||'pre_insert';
162: --
163: Cursor C_Sel1 is select ben_pop_up_messages_s.nextval from sys.dual;

Line 211: p_effective_date in date,p_rec in ben_pum_shd.g_rec_type) is

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

Line 264: p_rec in out nocopy ben_pum_shd.g_rec_type

260: -- ----------------------------------------------------------------------------
261: Procedure ins
262: (
263: p_effective_date in date,
264: p_rec in out nocopy ben_pum_shd.g_rec_type
265: ) is
266: --
267: l_proc varchar2(72) := g_package||'ins';
268: --

Line 313: l_rec ben_pum_shd.g_rec_type;

309: p_end_date in date default null,
310: p_no_formula_flag in varchar2 default null
311: ) is
312: --
313: l_rec ben_pum_shd.g_rec_type;
314: l_proc varchar2(72) := g_package||'ins';
315: --
316: Begin
317: hr_utility.set_location('Entering:'||l_proc, 5);

Line 323: ben_pum_shd.convert_args

319: -- Call conversion function to turn arguments into the
320: -- p_rec structure.
321: --
322: l_rec :=
323: ben_pum_shd.convert_args
324: (
325: null,
326: p_pop_name,
327: p_formula_id,