DBA Data[Home] [Help]

APPS.BEN_CSO_INS dependencies on BEN_CSO_INS

Line 1: Package Body ben_cso_ins as

1: Package Body ben_cso_ins as
2: /* $Header: becsorhi.pkb 115.0 2003/03/17 13:37:07 csundar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ben_cso_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_cso_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 26: ben_cso_ins.g_cwb_stock_optn_dtls_id_i := p_cwb_stock_optn_dtls_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_cso_ins.g_cwb_stock_optn_dtls_id_i := p_cwb_stock_optn_dtls_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --

Line 279: ben_cso_ins.g_cwb_stock_optn_dtls_id_i;

275: Cursor C_Sel2 is
276: Select null
277: from ben_cwb_stock_optn_dtls
278: where cwb_stock_optn_dtls_id =
279: ben_cso_ins.g_cwb_stock_optn_dtls_id_i;
280: --
281: l_proc varchar2(72) := g_package||'pre_insert';
282: l_exists varchar2(1);
283: --

Line 287: If (ben_cso_ins.g_cwb_stock_optn_dtls_id_i is not null) Then

283: --
284: Begin
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: If (ben_cso_ins.g_cwb_stock_optn_dtls_id_i is not null) Then
288: --
289: -- Verify registered primary key values not already in use
290: --
291: Open C_Sel2;

Line 307: ben_cso_ins.g_cwb_stock_optn_dtls_id_i;

303: --
304: -- Use registered key values and clear globals
305: --
306: p_rec.cwb_stock_optn_dtls_id :=
307: ben_cso_ins.g_cwb_stock_optn_dtls_id_i;
308: ben_cso_ins.g_cwb_stock_optn_dtls_id_i := null;
309: Else
310: --
311: -- No registerd key values, so select the next sequence number

Line 308: ben_cso_ins.g_cwb_stock_optn_dtls_id_i := null;

304: -- Use registered key values and clear globals
305: --
306: p_rec.cwb_stock_optn_dtls_id :=
307: ben_cso_ins.g_cwb_stock_optn_dtls_id_i;
308: ben_cso_ins.g_cwb_stock_optn_dtls_id_i := null;
309: Else
310: --
311: -- No registerd key values, so select the next sequence number
312: --

Line 523: ben_cso_ins.pre_insert(p_rec);

519: hr_multi_message.end_validation_set;
520: --
521: -- Call the supporting pre-insert operation
522: --
523: ben_cso_ins.pre_insert(p_rec);
524: --
525: -- Insert the row
526: --
527: ben_cso_ins.insert_dml(p_rec);

Line 527: ben_cso_ins.insert_dml(p_rec);

523: ben_cso_ins.pre_insert(p_rec);
524: --
525: -- Insert the row
526: --
527: ben_cso_ins.insert_dml(p_rec);
528: --
529: -- Call the supporting post-insert operation
530: --
531: ben_cso_ins.post_insert

Line 531: ben_cso_ins.post_insert

527: ben_cso_ins.insert_dml(p_rec);
528: --
529: -- Call the supporting post-insert operation
530: --
531: ben_cso_ins.post_insert
532: (p_effective_date
533: ,p_rec
534: );
535: --

Line 679: ben_cso_ins.ins

675: --
676: -- Having converted the arguments into the ben_cso_rec
677: -- plsql record structure we call the corresponding record business process.
678: --
679: ben_cso_ins.ins
680: (p_effective_date
681: ,l_rec
682: );
683: --

Line 693: end ben_cso_ins;

689: --
690: hr_utility.set_location(' Leaving:'||l_proc, 10);
691: End ins;
692: --
693: end ben_cso_ins;