DBA Data[Home] [Help]

APPS.INVADPT1 dependencies on MTL_PARAMETERS

Line 5: v_orgid mtl_parameters.organization_id%TYPE,

1: PACKAGE BODY INVADPT1 as
2: /* $Header: INVADPTB.pls 120.1 2005/07/01 11:47:34 appldev ship $ */
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)