DBA Data[Home] [Help]

APPS.OKS_COPY_CONTRACT_PVT dependencies on OKS_BILL_UTIL_PUB

Line 14079: OKS_BILL_UTIL_PUB.get_seeded_timeunit(

14075: */
14076: -- End hkamdar for Bug# 545882.
14077:
14078: IF l_resultant_PriceUOM IS NOT NULL then
14079: OKS_BILL_UTIL_PUB.get_seeded_timeunit(
14080: p_timeunit => l_resultant_PriceUOM
14081: ,x_quantity => l_uom_quantity
14082: ,x_timeunit => l_tce_code
14083: ,x_return_status => x_return_status);

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

14082: ,x_timeunit => l_tce_code
14083: ,x_return_status => x_return_status);
14084:
14085: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) then
14086: FND_MSG_PUB.add_exc_msg(g_pkg_name, 'Exception in call to OKS_BILL_UTIL_PUB.get_seeded_timeunit', substr(SQLERRM,1,240));
14087: RETURN;
14088: END IF;
14089:
14090: IF nvl(l_tce_code,'HOUR') NOT IN ('HOUR','MINUTE') THEN

Line 14092: l_level_periods :=OKS_BILL_UTIL_PUB.Get_Periods

14088: END IF;
14089:
14090: IF nvl(l_tce_code,'HOUR') NOT IN ('HOUR','MINUTE') THEN
14091: ---Get the periods to be used for creating the stream for the Top line--
14092: l_level_periods :=OKS_BILL_UTIL_PUB.Get_Periods
14093: (
14094: p_start_date => StartDate
14095: ,p_end_date => EndDate
14096: ,p_uom_code => l_resultant_PriceUOM