DBA Data[Home] [Help]

APPS.OZF_PRE_PROCESS_PVT dependencies on OZF_RESALE_LINES_INT_PKG

Line 7092: OZF_RESALE_LINES_INT_PKG.Update_Row(

7088: IF OZF_DEBUG_LOW_ON THEN
7089: ozf_utility_pvt.debug_message('p_int_line_tbl(l_count).resale_line_int_id ' || p_int_line_tbl(l_count).resale_line_int_id );
7090: END IF;
7091:
7092: OZF_RESALE_LINES_INT_PKG.Update_Row(
7093: p_resale_line_int_id => p_int_line_tbl(l_count).resale_line_int_id,
7094: p_object_version_number => p_int_line_tbl(l_count).object_version_number,
7095: p_last_update_date => p_int_line_tbl(l_count).last_update_date,
7096: p_last_updated_by => p_int_line_tbl(l_count).last_updated_by,