DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_PL_EXTRA_INFO

Line 1489: from ben_pl_extra_info

1485: and STATUS_CD = 'A';
1486:
1487: cursor c_uses_custom_intg is
1488: select pli_information1
1489: from ben_pl_extra_info
1490: where pl_id = p_group_pl_id
1491: and information_type = 'CWB_CUSTOM_DOWNLOAD';
1492: --
1493: begin