DBA Data[Home] [Help]

APPS.OKS_COPY_CONTRACT_PVT dependencies on OKS_BILL_UTIL_PUB

Line 14034: OKS_BILL_UTIL_PUB.get_seeded_timeunit(

14030: */
14031: -- End hkamdar for Bug# 545882.
14032:
14033: IF l_resultant_PriceUOM IS NOT NULL then
14034: OKS_BILL_UTIL_PUB.get_seeded_timeunit(
14035: p_timeunit => l_resultant_PriceUOM
14036: ,x_quantity => l_uom_quantity
14037: ,x_timeunit => l_tce_code
14038: ,x_return_status => x_return_status);

Line 14041: FND_MSG_PUB.add_exc_msg(g_pkg_name, 'Exception in call to OKS_BILL_UTIL_PUB.get_seeded_timeunit', substr(SQLERRM,1,240));

14037: ,x_timeunit => l_tce_code
14038: ,x_return_status => x_return_status);
14039:
14040: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
14041: FND_MSG_PUB.add_exc_msg(g_pkg_name, 'Exception in call to OKS_BILL_UTIL_PUB.get_seeded_timeunit', substr(SQLERRM,1,240));
14042: RETURN;
14043: END IF;
14044:
14045: IF nvl(l_tce_code,'HOUR') NOT IN ('HOUR','MINUTE') THEN

Line 14047: l_level_periods :=OKS_BILL_UTIL_PUB.Get_Periods

14043: END IF;
14044:
14045: IF nvl(l_tce_code,'HOUR') NOT IN ('HOUR','MINUTE') THEN
14046: ---Get the periods to be used for creating the stream for the Top line--
14047: l_level_periods :=OKS_BILL_UTIL_PUB.Get_Periods
14048: (
14049: p_start_date => StartDate
14050: ,p_end_date => EndDate
14051: ,p_uom_code => l_resultant_PriceUOM