DBA Data[Home] [Help]

APPS.BEN_CSO_INS dependencies on BEN_CWB_STOCK_OPTN_DTLS

Line 87: -- Insert the row into: ben_cwb_stock_optn_dtls

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: ben_cwb_stock_optn_dtls
88: --
89: insert into ben_cwb_stock_optn_dtls
90: (cwb_stock_optn_dtls_id
91: ,grant_id

Line 89: insert into ben_cwb_stock_optn_dtls

85: --
86: --
87: -- Insert the row into: ben_cwb_stock_optn_dtls
88: --
89: insert into ben_cwb_stock_optn_dtls
90: (cwb_stock_optn_dtls_id
91: ,grant_id
92: ,grant_number
93: ,grant_name

Line 273: Cursor C_Sel1 is select ben_cwb_stock_optn_dtls_s.nextval from sys.dual;

269: Procedure pre_insert
270: (p_rec in out nocopy ben_cso_shd.g_rec_type
271: ) is
272: --
273: Cursor C_Sel1 is select ben_cwb_stock_optn_dtls_s.nextval from sys.dual;
274: --
275: Cursor C_Sel2 is
276: Select null
277: from ben_cwb_stock_optn_dtls

Line 277: from ben_cwb_stock_optn_dtls

273: Cursor C_Sel1 is select ben_cwb_stock_optn_dtls_s.nextval from sys.dual;
274: --
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';

Line 299: fnd_message.set_token('TABLE_NAME','ben_cwb_stock_optn_dtls');

295: --
296: -- The primary key values are already in use.
297: --
298: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
299: fnd_message.set_token('TABLE_NAME','ben_cwb_stock_optn_dtls');
300: fnd_message.raise_error;
301: End If;
302: Close C_Sel2;
303: --

Line 490: (p_module_name => 'BEN_CWB_STOCK_OPTN_DTLS'

486: --
487: when hr_api.cannot_find_prog_unit then
488: --
489: hr_api.cannot_find_prog_unit_error
490: (p_module_name => 'BEN_CWB_STOCK_OPTN_DTLS'
491: ,p_hook_type => 'AI');
492: --
493: end;
494: --