DBA Data[Home] [Help]

APPS.BEN_REOPEN_ENDED_RESULTS dependencies on BEN_PGM_EXTRA_INFO

Line 419: from ben_pgm_extra_info

415: -- Get program extra info to determine if rates should be adjusted.
416: --
417: cursor c_get_pgm_extra_info(p_pgm_id number) is
418: select pgi_information1
419: from ben_pgm_extra_info
420: where information_type = 'ADJ_RATE_PREV_LF_EVT'
421: and pgm_id = p_pgm_id;
422: --
423: -- Added for bug 7206471

Line 427: from ben_pgm_extra_info

423: -- Added for bug 7206471
424: --
425: cursor c_get_pgm_extra_info_cvg(p_pgm_id number) is
426: select pgi_information1
427: from ben_pgm_extra_info
428: where information_type = 'ADJ_CVG_PREV_LF_EVT'
429: and pgm_id = p_pgm_id;
430: --
431: -- Ended bug 7206471