DBA Data[Home] [Help]

PACKAGE: APPS.INVADPT1

Source


1 PACKAGE INVADPT1 AUTHID CURRENT_USER as
2 /* $Header: INVADPTS.pls 120.0 2005/05/25 05:05:49 appldev noship $ */
3 
4 procedure update_adjustments (
5 	v_orgid mtl_parameters.organization_id%TYPE,
6 	v_physinvid mtl_physical_inventories.physical_inventory_id%TYPE,
7 	v_adjid mtl_physical_adjustments.adjustment_id%TYPE,
8 	v_last_updated_by mtl_physical_adjustments.last_updated_by%TYPE,
9 	v_adj_count_quantity mtl_physical_adjustments.count_quantity%TYPE);
10 
11 end INVADPT1;