DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OKS_OMINT_PUB

Line 5420: l_req_line_rec.UOM_QUANTITY := OKS_OMINT_PUB.get_target_duration(

5416: ,Uom_Rate => l_Uom_rate);
5417: l_req_line_rec.UOM_QUANTITY := p_Line_rec.service_duration * l_uom_rate;
5418: */
5419: If NVL(p_line_rec.subscription_enable_flag,'N')='N' then -- sol_ord_er #16014165
5420: l_req_line_rec.UOM_QUANTITY := OKS_OMINT_PUB.get_target_duration(
5421: p_start_date => p_line_rec.service_start_date
5422: ,p_end_date => p_line_rec.service_end_date
5423: ,p_source_uom => p_line_rec.service_period
5424: ,p_source_duration => p_line_rec.service_duration