DBA Data[Home] [Help]

APPS.BEN_BAI_SHD dependencies on BEN_BATCH_ACTN_ITEM_INFO

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

32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_BATCH_ACTN_ITEM_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 75: from ben_batch_actn_item_info

71: rqd_flag,
72: actn_cd,
73: business_group_id,
74: object_version_number
75: from ben_batch_actn_item_info
76: where batch_actn_item_id = p_batch_actn_item_id;
77: --
78: l_proc varchar2(72) := g_package||'api_updating';
79: l_fct_ret boolean;

Line 154: from ben_batch_actn_item_info

150: rqd_flag,
151: actn_cd,
152: business_group_id,
153: object_version_number
154: from ben_batch_actn_item_info
155: where batch_actn_item_id = p_batch_actn_item_id
156: for update nowait;
157: --
158: l_proc varchar2(72) := g_package||'lck';

Line 197: hr_utility.set_message_token('TABLE_NAME', 'ben_batch_actn_item_info');

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