DBA Data[Home] [Help]

APPS.OTA_CFS_INS dependencies on OTA_CFS_SHD

Line 76: (p_rec in out nocopy ota_cfs_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy ota_cfs_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 159: ota_cfs_shd.constraint_error

155: Exception
156: When hr_api.check_integrity_violated Then
157: -- A check constraint has been violated
158: --
159: ota_cfs_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When hr_api.parent_integrity_violated Then
162: -- Parent integrity has been violated
163: --

Line 164: ota_cfs_shd.constraint_error

160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When hr_api.parent_integrity_violated Then
162: -- Parent integrity has been violated
163: --
164: ota_cfs_shd.constraint_error
165: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
166: When hr_api.unique_integrity_violated Then
167: -- Unique integrity has been violated
168: --

Line 169: ota_cfs_shd.constraint_error

165: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
166: When hr_api.unique_integrity_violated Then
167: -- Unique integrity has been violated
168: --
169: ota_cfs_shd.constraint_error
170: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
171: When Others Then
172: --
173: Raise;

Line 214: (p_rec in out nocopy ota_cfs_shd.g_rec_type

210: --
211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213: Procedure pre_insert
214: (p_rec in out nocopy ota_cfs_shd.g_rec_type
215: ) is
216: --
217: Cursor C_Sel1 is select ota_conference_servers_b_s.nextval from sys.dual;
218: --

Line 302: ,p_rec in ota_cfs_shd.g_rec_type

298: -- {End Of Comments}
299: -- ----------------------------------------------------------------------------
300: Procedure post_insert
301: (p_effective_date in date
302: ,p_rec in ota_cfs_shd.g_rec_type
303: ) is
304: --
305: l_proc varchar2(72) := g_package||'post_insert';
306: --

Line 391: ,p_rec in out nocopy ota_cfs_shd.g_rec_type

387: -- |---------------------------------< ins >----------------------------------|
388: -- ----------------------------------------------------------------------------
389: Procedure ins
390: (p_effective_date in date
391: ,p_rec in out nocopy ota_cfs_shd.g_rec_type
392: ,p_name in varchar2
393:
394: ) is
395: --

Line 471: l_rec ota_cfs_shd.g_rec_type;

467: ,p_conference_server_id out nocopy number
468: ,p_object_version_number out nocopy number
469: ) is
470: --
471: l_rec ota_cfs_shd.g_rec_type;
472: l_proc varchar2(72) := g_package||'ins';
473: --
474: Begin
475: hr_utility.set_location('Entering:'||l_proc, 5);

Line 481: ota_cfs_shd.convert_args

477: -- Call conversion function to turn arguments into the
478: -- p_rec structure.
479: --
480: l_rec :=
481: ota_cfs_shd.convert_args
482: (null
483: ,p_name
484: ,p_description
485: ,p_url