DBA Data[Home] [Help]

APPS.BEN_PEN_SHD dependencies on ALL_CONSTRAINTS

Line 25: (p_constraint_name in all_constraints.constraint_name%TYPE) Is

21: -- ----------------------------------------------------------------------------
22: -- |---------------------------< constraint_error >---------------------------|
23: -- ----------------------------------------------------------------------------
24: Procedure constraint_error
25: (p_constraint_name in all_constraints.constraint_name%TYPE) Is
26: l_proc varchar2(72) := g_package||'constraint_error';
27: Begin
28: hr_utility.set_location('Entering:'||l_proc, 5);
29: If (p_constraint_name = 'BEN_PRTT_ENRT_RSLT_PK') Then