DBA Data[Home] [Help]

APPS.INV_DIAG_GRP dependencies on INV_DIAG_GRP

Line 1: PACKAGE body INV_DIAG_GRP AS

1: PACKAGE body INV_DIAG_GRP AS
2: /* $Header: INVDGTPB.pls 120.1 2011/08/11 19:28:00 cbyrappa ship $ */
3: FUNCTION CHECK_AVAIL(p_Inventory_item_id Number
4: ,p_Organization_id Number
5: ,p_revision Varchar2

Line 49: * Removed the reference to "apps." to eliminate "INV_DIAG_GRP objects invalid"

45: locator_id:=p_locator_id;
46: end if;
47:
48: /* BUG 12846683
49: * Removed the reference to "apps." to eliminate "INV_DIAG_GRP objects invalid"
50: * error during a POST upgrade from 11.5.10.2 to 12.1.3
51: */
52:
53: INV_Quantity_Tree_PUB.Query_Quantities ( -- BUG 12846683