DBA Data[Home] [Help]

APPS.CSE_REDO_PKG dependencies on CSE_REDO_PKG

Line 1: PACKAGE BODY cse_redo_pkg AS

1: PACKAGE BODY cse_redo_pkg AS
2: -- $Header: CSEREDOB.pls 120.6 2006/05/31 21:11:54 brmanesh noship $
3:
4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('CSE_DEBUG_OPTION'),'N');
5:

Line 92: END cse_redo_pkg;

88: x_error_message := SQLERRM;
89: x_Return_Status := FND_API.G_Ret_Sts_Unexp_Error;
90: END Redo_Logic;
91:
92: END cse_redo_pkg;