DBA Data[Home] [Help]

APPS.PER_DTR_CHK_PKG dependencies on BEN_LER_F

Line 55: from ben_ler_f

51: procedure bencwbmu(p_result out nocopy varchar2) is
52:
53: cursor c_cwb_setup is
54: select 'TRUE'
55: from ben_ler_f
56: where typ_cd = 'COMP';
57:
58: begin
59: p_result := 'FALSE';