DBA Data[Home] [Help]

APPS.BEN_DRR_SHD dependencies on BEN_DSGN_RQMT_RLSHP_TYP

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

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

97: drr_attribute28,
98: drr_attribute29,
99: drr_attribute30,
100: object_version_number
101: from ben_dsgn_rqmt_rlshp_typ
102: where dsgn_rqmt_rlshp_typ_id = p_dsgn_rqmt_rlshp_typ_id;
103: --
104: l_proc varchar2(72) := g_package||'api_updating';
105: l_fct_ret boolean;

Line 206: from ben_dsgn_rqmt_rlshp_typ

202: drr_attribute28,
203: drr_attribute29,
204: drr_attribute30,
205: object_version_number
206: from ben_dsgn_rqmt_rlshp_typ
207: where dsgn_rqmt_rlshp_typ_id = p_dsgn_rqmt_rlshp_typ_id
208: for update nowait;
209: --
210: l_proc varchar2(72) := g_package||'lck';

Line 249: hr_utility.set_message_token('TABLE_NAME', 'ben_dsgn_rqmt_rlshp_typ');

245: -- The object is locked therefore we need to supply a meaningful
246: -- error message.
247: --
248: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
249: hr_utility.set_message_token('TABLE_NAME', 'ben_dsgn_rqmt_rlshp_typ');
250: hr_utility.raise_error;
251: End lck;
252: --
253: -- ----------------------------------------------------------------------------