DBA Data[Home] [Help]

APPS.BOM_VALIDATE_COMP_OPERATION dependencies on BOM_VALIDATE_COMP_OPERATION

Line 1: PACKAGE BODY BOM_Validate_Comp_Operation AS

1: PACKAGE BODY BOM_Validate_Comp_Operation AS
2: /* $Header: BOMLCOPB.pls 120.4.12000000.3 2007/04/05 15:06:57 vggarg ship $ */
3: /**********************************************************************
4: -- Copyright (c) 1996 Oracle Corporation, Redwood Shores, CA, USA
5: -- All rights reserved.

Line 13: -- Body of package BOM_Validate_Comp_Operation

9: -- BOMLCOPB.pls
10: --
11: -- DESCRIPTION
12: --
13: -- Body of package BOM_Validate_Comp_Operation
14: --
15: -- NOTES
16: --
17: -- HISTORY

Line 23: G_PKG_NAME CONSTANT VARCHAR2(30) := 'BOM_Validate_Comp_Operation';

19: -- 27-AUG-2001 Refai Farook Initial Creation
20: --
21: --
22: **************************************************************************/
23: G_PKG_NAME CONSTANT VARCHAR2(30) := 'BOM_Validate_Comp_Operation';
24: ret_code NUMBER;
25: l_dummy VARCHAR2(80);
26:
27:

Line 790: END BOM_Validate_Comp_Operation;

786: END CHECK_LINEAGE;
787:
788:
789:
790: END BOM_Validate_Comp_Operation;