DBA Data[Home] [Help]

APPS.BEN_BMI_SHD dependencies on BEN_BATCH_COMMU_INFO

Line 36: If (p_constraint_name = 'BEN_BATCH_COMMU_INFO_PK') Then

32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_BATCH_COMMU_INFO_PK') Then
37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;

Line 74: from ben_batch_commu_info

70: business_group_id,
71: per_cm_prvdd_id,
72: to_be_sent_dt,
73: object_version_number
74: from ben_batch_commu_info
75: where batch_commu_id = p_batch_commu_id;
76: --
77: l_proc varchar2(72) := g_package||'api_updating';
78: l_fct_ret boolean;

Line 152: from ben_batch_commu_info

148: business_group_id,
149: per_cm_prvdd_id,
150: to_be_sent_dt,
151: object_version_number
152: from ben_batch_commu_info
153: where batch_commu_id = p_batch_commu_id
154: for update nowait;
155: --
156: l_proc varchar2(72) := g_package||'lck';

Line 195: hr_utility.set_message_token('TABLE_NAME', 'ben_batch_commu_info');

191: -- The object is locked therefore we need to supply a meaningful
192: -- error message.
193: --
194: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
195: hr_utility.set_message_token('TABLE_NAME', 'ben_batch_commu_info');
196: hr_utility.raise_error;
197: End lck;
198: --
199: -- ----------------------------------------------------------------------------