DBA Data[Home] [Help]

APPS.BEN_CPE_INS dependencies on BEN_COPY_ENTITY_RESULTS

Line 87: -- Insert the row into: ben_copy_entity_results

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: ben_cpe_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: ben_copy_entity_results
88: --
89: insert into ben_copy_entity_results
90: (copy_entity_result_id
91: ,copy_entity_txn_id

Line 89: insert into ben_copy_entity_results

85: ben_cpe_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: ben_copy_entity_results
88: --
89: insert into ben_copy_entity_results
90: (copy_entity_result_id
91: ,copy_entity_txn_id
92: ,src_copy_entity_result_id
93: ,result_type_cd

Line 899: Cursor C_Sel1 is select ben_copy_entity_results_s.nextval from sys.dual;

895: Procedure pre_insert
896: (p_rec in out nocopy ben_cpe_shd.g_rec_type
897: ) is
898: --
899: Cursor C_Sel1 is select ben_copy_entity_results_s.nextval from sys.dual;
900: --
901: Cursor C_Sel2 is
902: Select null
903: from ben_copy_entity_results

Line 903: from ben_copy_entity_results

899: Cursor C_Sel1 is select ben_copy_entity_results_s.nextval from sys.dual;
900: --
901: Cursor C_Sel2 is
902: Select null
903: from ben_copy_entity_results
904: where copy_entity_result_id =
905: ben_cpe_ins.g_copy_entity_result_id_i;
906: --
907: l_proc varchar2(72) := g_package||'pre_insert';

Line 925: fnd_message.set_token('TABLE_NAME','ben_copy_entity_results');

921: --
922: -- The primary key values are already in use.
923: --
924: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
925: fnd_message.set_token('TABLE_NAME','ben_copy_entity_results');
926: fnd_message.raise_error;
927: End If;
928: Close C_Sel2;
929: --

Line 1723: (p_module_name => 'BEN_COPY_ENTITY_RESULTS'

1719: --
1720: when hr_api.cannot_find_prog_unit then
1721: --
1722: hr_api.cannot_find_prog_unit_error
1723: (p_module_name => 'BEN_COPY_ENTITY_RESULTS'
1724: ,p_hook_type => 'AI');
1725: --
1726: end;
1727: --