DBA Data[Home] [Help]

APPS.OZF_RESALE_COMMON_PVT dependencies on OZF_RESALE_ADJUSTMENTS_PKG

Line 2733: OZF_RESALE_ADJUSTMENTS_PKG.Insert_Row(

2729: END IF;
2730:
2731: -- We only need to record for every price adjustment information
2732: BEGIN
2733: OZF_RESALE_ADJUSTMENTS_PKG.Insert_Row(
2734: px_resale_adjustment_id => l_adjustment_id,
2735: px_object_version_number => l_obj_ver_num,
2736: p_last_update_date => sysdate,
2737: p_last_updated_by => NVL(FND_GLOBAL.user_id,-1),