DBA Data[Home] [Help]

APPS.OKS_IB_UTIL_PVT dependencies on OKS_TIME_MEASURES_PUB

Line 508: l_duration_xfer := OKS_TIME_MEASURES_PUB.get_quantity

504: trunc(l_start_Date),
505: trunc(l_end_date));
506: End If;
507:
508: l_duration_xfer := OKS_TIME_MEASURES_PUB.get_quantity
509: (trunc(l_trfdt) ,
510: trunc(l_end_date),
511: l_price_uom,
512: l_period_type ,

Line 517: l_duration_total := OKS_TIME_MEASURES_PUB.get_quantity

513: l_period_Start );
514:
515:
516:
517: l_duration_total := OKS_TIME_MEASURES_PUB.get_quantity
518: (trunc(l_Start_date) ,
519: trunc(l_end_date),
520: l_price_uom,
521: l_period_type ,