DBA Data[Home] [Help]

APPS.BEN_REOPEN_ENDED_RESULTS dependencies on BEN_PGM_EXTRA_INFO

Line 381: from ben_pgm_extra_info

377: -- Get program extra info to determine if rates should be adjusted.
378: --
379: cursor c_get_pgm_extra_info(p_pgm_id number) is
380: select pgi_information1
381: from ben_pgm_extra_info
382: where information_type = 'ADJ_RATE_PREV_LF_EVT'
383: and pgm_id = p_pgm_id;
384: --
385: -- Added for bug 7206471

Line 389: from ben_pgm_extra_info

385: -- Added for bug 7206471
386: --
387: cursor c_get_pgm_extra_info_cvg(p_pgm_id number) is
388: select pgi_information1
389: from ben_pgm_extra_info
390: where information_type = 'ADJ_CVG_PREV_LF_EVT'
391: and pgm_id = p_pgm_id;
392: --
393: -- Ended bug 7206471