DBA Data[Home] [Help]

APPS.ENG_DEFAULT_SUB_COMPONENT dependencies on ENG_DEFAULT_SUB_COMPONENT

Line 1: PACKAGE BODY ENG_Default_Sub_Component AS

1: PACKAGE BODY ENG_Default_Sub_Component AS
2: /* $Header: ENGDSBCB.pls 115.9 2002/12/13 00:11:13 bbontemp ship $ */
3:
4: -- Global constant holding the package name
5:

Line 7: 'ENG_Default_Sub_Component';

3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) :=
7: 'ENG_Default_Sub_Component';
8: ret_code NUMBER;
9:
10: -- Package global used within the package.
11:

Line 357: END ENG_Default_Sub_Component;

353: BEGIN
354: NULL;
355: END Entity_Defaulting;
356:
357: END ENG_Default_Sub_Component;