DBA Data[Home] [Help]

APPS.BEN_CMD_SHD dependencies on BEN_CM_DLVRY_MED_TYP

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

32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_CM_DLVRY_MED_TYP_FK1') 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 41: ElsIf (p_constraint_name = 'BEN_CM_DLVRY_MED_TYP_FK3') 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;
41: ElsIf (p_constraint_name = 'BEN_CM_DLVRY_MED_TYP_FK3') Then
42: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
43: hr_utility.set_message_token('PROCEDURE', l_proc);
44: hr_utility.set_message_token('STEP','10');
45: hr_utility.raise_error;

Line 46: ElsIf (p_constraint_name = 'BEN_CM_DLVRY_MED_TYP_PK') Then

42: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
43: hr_utility.set_message_token('PROCEDURE', l_proc);
44: hr_utility.set_message_token('STEP','10');
45: hr_utility.raise_error;
46: ElsIf (p_constraint_name = 'BEN_CM_DLVRY_MED_TYP_PK') Then
47: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
48: hr_utility.set_message_token('PROCEDURE', l_proc);
49: hr_utility.set_message_token('STEP','15');
50: hr_utility.raise_error;

Line 113: from ben_cm_dlvry_med_typ

109: cmd_attribute28,
110: cmd_attribute29,
111: cmd_attribute30,
112: object_version_number
113: from ben_cm_dlvry_med_typ
114: where cm_dlvry_med_typ_id = p_cm_dlvry_med_typ_id;
115: --
116: l_proc varchar2(72) := g_package||'api_updating';
117: l_fct_ret boolean;

Line 220: from ben_cm_dlvry_med_typ

216: cmd_attribute28,
217: cmd_attribute29,
218: cmd_attribute30,
219: object_version_number
220: from ben_cm_dlvry_med_typ
221: where cm_dlvry_med_typ_id = p_cm_dlvry_med_typ_id
222: for update nowait;
223: --
224: l_proc varchar2(72) := g_package||'lck';

Line 263: hr_utility.set_message_token('TABLE_NAME', 'ben_cm_dlvry_med_typ');

259: -- The object is locked therefore we need to supply a meaningful
260: -- error message.
261: --
262: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
263: hr_utility.set_message_token('TABLE_NAME', 'ben_cm_dlvry_med_typ');
264: hr_utility.raise_error;
265: End lck;
266: --
267: -- ----------------------------------------------------------------------------