DBA Data[Home] [Help]

APPS.BEN_CWB_RSGN_EMP dependencies on BEN_CWB_PERSON_GROUPS

Line 486: from ben_cwb_person_groups

482: where per_in_ler_id = c_per_in_ler_id;
483:
484: cursor get_approval_cd(c_per_in_ler_id in number, c_pl_id in number) is
485: select approval_cd
486: from ben_cwb_person_groups
487: where group_per_in_ler_id =c_per_in_ler_id
488: and group_pl_id=c_pl_id
489: and group_oipl_id=-1;
490: