DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PGM_EXTRA_INFO

Line 6496: from ben_pgm_extra_info

6492: -- Get program extra info to determine if rates should be adjusted.
6493: --
6494: cursor c_get_pgm_extra_info(p_pgm_id number) is
6495: select pgi_information1
6496: from ben_pgm_extra_info
6497: where information_type = 'ADJ_RATE_PREV_LF_EVT'
6498: and pgm_id = p_pgm_id;
6499:
6500: -- Get all rates for result row we are trying to end without looking at end date.