DBA Data[Home] [Help]

APPS.BEN_EGD_LER dependencies on BEN_PER_IN_LER

Line 120: from ben_per_in_ler

116:
117: --Bug 5630251 Fetch person_id from the p_new.per_in_ler_id
118: cursor get_person IS
119: select person_id
120: from ben_per_in_ler
121: where per_in_ler_id = p_new.per_in_ler_id
122: and per_in_ler_stat_cd not in ('VOIDD','BCKDT')
123: and business_Group_id = p_new.business_group_id;
124: