DBA Data[Home] [Help]

APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_LER_F

Line 1476: ,ben_ler_f ler

1472:
1473: cursor c_pil is
1474: select 'Y'
1475: from ben_per_in_ler pil
1476: ,ben_ler_f ler
1477: where pil.per_in_ler_stat_cd in ('STRTD', 'PROCD')
1478: and pil.ler_id = ler.ler_id
1479: and ler.typ_cd = 'COMP'
1480: and pil.assignment_id is null

Line 1902: from ben_ler_f

1898: procedure is_cwb_used(p_result out nocopy varchar2) is
1899:
1900: cursor c_cwb_setup is
1901: select 'TRUE'
1902: from ben_ler_f
1903: where typ_cd = 'COMP';
1904:
1905: begin
1906: p_result := 'FALSE';