DBA Data[Home] [Help]

APPS.OZF_RESALE_COMMON_PVT dependencies on OZF_RESALE_ADJUSTMENTS_PKG

Line 3268: OZF_RESALE_ADJUSTMENTS_PKG.Insert_Row(

3264: END IF;
3265:
3266: -- We only need to record for every price adjustment information
3267: BEGIN
3268: OZF_RESALE_ADJUSTMENTS_PKG.Insert_Row(
3269: px_resale_adjustment_id => l_adjustment_id,
3270: px_object_version_number => l_obj_ver_num,
3271: p_last_update_date => sysdate,
3272: p_last_updated_by => NVL(FND_GLOBAL.user_id,-1),