DBA Data[Home] [Help]

APPS.BEN_CWB_RSGN_EMP dependencies on BEN_CWB_PERSON_GROUPS

Line 485: from ben_cwb_person_groups

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