DBA Data[Home] [Help]

APPS.BEN_CPE_SHD dependencies on BEN_COPY_ENTITY_RESULTS

Line 32: If (p_constraint_name = 'BEN_COPY_ENTITY_RESULTS_PK') Then

28: l_proc varchar2(72) := g_package||'constraint_error';
29: --
30: Begin
31: --
32: If (p_constraint_name = 'BEN_COPY_ENTITY_RESULTS_PK') Then
33: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
34: fnd_message.set_token('PROCEDURE', l_proc);
35: fnd_message.set_token('STEP','5');
36: fnd_message.raise_error;

Line 430: from ben_copy_entity_results

426: */
427: ,information323
428: ,datetrack_mode
429: ,object_version_number
430: from ben_copy_entity_results
431: where copy_entity_result_id = p_copy_entity_result_id;
432: --
433: l_fct_ret boolean;
434: --

Line 865: from ben_copy_entity_results

861: */
862: ,information323
863: ,datetrack_mode
864: ,object_version_number
865: from ben_copy_entity_results
866: where copy_entity_result_id = p_copy_entity_result_id
867: for update nowait;
868: --
869: l_proc varchar2(72) := g_package||'lck';

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

910: -- The object is locked therefore we need to supply a meaningful
911: -- error message.
912: --
913: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
914: fnd_message.set_token('TABLE_NAME', 'ben_copy_entity_results');
915: fnd_message.raise_error;
916: End lck;
917: --
918: -- ----------------------------------------------------------------------------