DBA Data[Home] [Help]

APPS.OTA_FNS_INS dependencies on OTA_FNS_SHD

Line 82: (p_rec in out nocopy ota_fns_shd.g_rec_type

78: --
79: -- {End Of Comments}
80: -- ----------------------------------------------------------------------------
81: Procedure insert_dml
82: (p_rec in out nocopy ota_fns_shd.g_rec_type
83: ) is
84: --
85: l_proc varchar2(72) := g_package||'insert_dml';
86: --

Line 91: ota_fns_shd.g_api_dml := true; -- Set the api dml status

87: Begin
88: hr_utility.set_location('Entering:'||l_proc, 5);
89: p_rec.object_version_number := 1; -- Initialise the object version
90: --
91: ota_fns_shd.g_api_dml := true; -- Set the api dml status
92: --
93: -- Insert the row into: ota_frm_notif_subscribers
94: --
95: insert into ota_frm_notif_subscribers

Line 110: ota_fns_shd.g_api_dml := false; -- Unset the api dml status

106: ,p_rec.person_id
107: ,p_rec.contact_id
108: );
109: --
110: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: Exception
114: When hr_api.check_integrity_violated Then

Line 116: ota_fns_shd.g_api_dml := false; -- Unset the api dml status

112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated
116: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
117: ota_fns_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.parent_integrity_violated Then
120: -- Parent integrity has been violated

Line 117: ota_fns_shd.constraint_error

113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated
116: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
117: ota_fns_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.parent_integrity_violated Then
120: -- Parent integrity has been violated
121: ota_fns_shd.g_api_dml := false; -- Unset the api dml status

Line 121: ota_fns_shd.g_api_dml := false; -- Unset the api dml status

117: ota_fns_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.parent_integrity_violated Then
120: -- Parent integrity has been violated
121: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
122: ota_fns_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.unique_integrity_violated Then
125: -- Unique integrity has been violated

Line 122: ota_fns_shd.constraint_error

118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.parent_integrity_violated Then
120: -- Parent integrity has been violated
121: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
122: ota_fns_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.unique_integrity_violated Then
125: -- Unique integrity has been violated
126: ota_fns_shd.g_api_dml := false; -- Unset the api dml status

Line 126: ota_fns_shd.g_api_dml := false; -- Unset the api dml status

122: ota_fns_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.unique_integrity_violated Then
125: -- Unique integrity has been violated
126: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
127: ota_fns_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When Others Then
130: ota_fns_shd.g_api_dml := false; -- Unset the api dml status

Line 127: ota_fns_shd.constraint_error

123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.unique_integrity_violated Then
125: -- Unique integrity has been violated
126: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
127: ota_fns_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When Others Then
130: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
131: Raise;

Line 130: ota_fns_shd.g_api_dml := false; -- Unset the api dml status

126: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
127: ota_fns_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When Others Then
130: ota_fns_shd.g_api_dml := false; -- Unset the api dml status
131: Raise;
132: End insert_dml;
133: --
134: -- ----------------------------------------------------------------------------

Line 172: (p_rec in out nocopy ota_fns_shd.g_rec_type

168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure pre_insert
172: (p_rec in out nocopy ota_fns_shd.g_rec_type
173: ) is
174: --
175: /*Cursor C_Sel1 is select ota_frm_notif_subscribers_s.nextval from sys.dual;
176: --

Line 275: ,p_rec in ota_fns_shd.g_rec_type

271: -- {End Of Comments}
272: -- ----------------------------------------------------------------------------
273: Procedure post_insert
274: (p_effective_date in date
275: ,p_rec in ota_fns_shd.g_rec_type
276: ) is
277: --
278: l_proc varchar2(72) := g_package||'post_insert';
279: --

Line 316: ,p_rec in out nocopy ota_fns_shd.g_rec_type

312: -- |---------------------------------< ins >----------------------------------|
313: -- ----------------------------------------------------------------------------
314: Procedure ins
315: (p_effective_date in date
316: ,p_rec in out nocopy ota_fns_shd.g_rec_type
317: ) is
318: --
319: l_proc varchar2(72) := g_package||'ins';
320: l_forum_id ota_frm_notif_subscribers.forum_id%TYPE;

Line 390: l_rec ota_fns_shd.g_rec_type;

386: --,p_contact_id out nocopy number
387: ,p_object_version_number out nocopy number
388: ) is
389: --
390: l_rec ota_fns_shd.g_rec_type;
391: l_proc varchar2(72) := g_package||'ins';
392: --
393: Begin
394: hr_utility.set_location('Entering:'||l_proc, 5);

Line 400: ota_fns_shd.convert_args

396: -- Call conversion function to turn arguments into the
397: -- p_rec structure.
398: --
399: l_rec :=
400: ota_fns_shd.convert_args
401: (--null
402: p_forum_id
403: ,p_business_group_id
404: ,null