DBA Data[Home] [Help]

APPS.PQH_RBC_RATE_RETRIEVAL dependencies on PQH_RBC_STAGE

Line 934: l_rt_freq_ann := PQH_RBC_STAGE.get_annual_factor(l_t_ref_period_cd);

930: --
931: If l_uom = 'M' and l_t_uom = 'M' then
932: -- get the conv factor between frequencies
933: if l_t_ref_period_cd <> l_ref_period_cd then
934: l_rt_freq_ann := PQH_RBC_STAGE.get_annual_factor(l_t_ref_period_cd);
935: l_ref_freq_ann := PQH_RBC_STAGE.get_annual_factor(l_ref_period_cd);
936: l_freq_conv := l_rt_freq_ann/l_ref_freq_ann;
937: else
938: l_freq_conv := 1;

Line 935: l_ref_freq_ann := PQH_RBC_STAGE.get_annual_factor(l_ref_period_cd);

931: If l_uom = 'M' and l_t_uom = 'M' then
932: -- get the conv factor between frequencies
933: if l_t_ref_period_cd <> l_ref_period_cd then
934: l_rt_freq_ann := PQH_RBC_STAGE.get_annual_factor(l_t_ref_period_cd);
935: l_ref_freq_ann := PQH_RBC_STAGE.get_annual_factor(l_ref_period_cd);
936: l_freq_conv := l_rt_freq_ann/l_ref_freq_ann;
937: else
938: l_freq_conv := 1;
939: end if;