DBA Data[Home] [Help]

APPS.EAM_AUTOMATICEST dependencies on EAM_AUTOMATICEST

Line 1: PACKAGE BODY EAM_AutomaticEst AS

1: PACKAGE BODY EAM_AutomaticEst AS
2: /* $Header: EAMPARCB.pls 115.4 2004/06/23 12:51:32 cboppana ship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'EAM_AutomaticEst';
4:
5: /*---------------------------------------------------------------------------*

Line 3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'EAM_AutomaticEst';

1: PACKAGE BODY EAM_AutomaticEst AS
2: /* $Header: EAMPARCB.pls 115.4 2004/06/23 12:51:32 cboppana ship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'EAM_AutomaticEst';
4:
5: /*---------------------------------------------------------------------------*
6: PROCEDURE Call_Validate_for_Reestimation
7: DESCRIPTION

Line 843: ( 'EAM_AutomaticEst'

839:
840: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
841: THEN
842: FND_MSG_PUB.add_exc_msg
843: ( 'EAM_AutomaticEst'
844: , '.Auto_Reest_of_Cost : Statement -'||to_char(l_stmt_num)||'Error Message -'||SQLERRM
845: );
846: END IF;
847:

Line 859: END EAM_AutomaticEst;

855: end if;
856:
857: END Auto_Reest_of_Cost;
858:
859: END EAM_AutomaticEst;