DBA Data[Home] [Help]

APPS.EAM_CONSTRUCTION_EST_PUB dependencies on EAM_CONSTRUCTION_EST_PUB

Line 1: PACKAGE BODY EAM_CONSTRUCTION_EST_PUB AS

1: PACKAGE BODY EAM_CONSTRUCTION_EST_PUB AS
2: /* $Header: EAMPCESB.pls 120.0.12010000.5 2009/01/03 00:03:31 devijay noship $ */
3: -- Start of Comments
4: -- Package name : EAM_CONSTRUCTION_EST_PUB
5: -- Purpose : Spec of package EAM_CONSTRUCTION_EST_PUB

Line 4: -- Package name : EAM_CONSTRUCTION_EST_PUB

1: PACKAGE BODY EAM_CONSTRUCTION_EST_PUB AS
2: /* $Header: EAMPCESB.pls 120.0.12010000.5 2009/01/03 00:03:31 devijay noship $ */
3: -- Start of Comments
4: -- Package name : EAM_CONSTRUCTION_EST_PUB
5: -- Purpose : Spec of package EAM_CONSTRUCTION_EST_PUB
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 5: -- Purpose : Spec of package EAM_CONSTRUCTION_EST_PUB

1: PACKAGE BODY EAM_CONSTRUCTION_EST_PUB AS
2: /* $Header: EAMPCESB.pls 120.0.12010000.5 2009/01/03 00:03:31 devijay noship $ */
3: -- Start of Comments
4: -- Package name : EAM_CONSTRUCTION_EST_PUB
5: -- Purpose : Spec of package EAM_CONSTRUCTION_EST_PUB
6: -- History :
7: -- NOTE :
8: -- End of Comments
9:

Line 10: G_PKG_NAME CONSTANT VARCHAR2(30) := 'EAM_CONSTRUCTION_EST_PUB';

6: -- History :
7: -- NOTE :
8: -- End of Comments
9:
10: G_PKG_NAME CONSTANT VARCHAR2(30) := 'EAM_CONSTRUCTION_EST_PUB';
11: G_FILE_NAME CONSTANT VARCHAR2(12) := 'EAMPCESB.pls';
12:
13: PROCEDURE EXPLODE_INITIAL_ESTIMATE(
14: p_api_version IN NUMBER := 1.0

Line 379: End EAM_CONSTRUCTION_EST_PUB;

375: x_return_status := 'E';
376: END COPY_EST_WORKBENCH;
377:
378:
379: End EAM_CONSTRUCTION_EST_PUB;