DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on ENG_ECO_PVT

Line 1: PACKAGE BODY ENG_Eco_PVT AS

1: PACKAGE BODY ENG_Eco_PVT AS
2: /* $Header: ENGVECOB.pls 120.18.12020000.6 2013/01/04 08:51:37 jifdeng ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'ENG_Eco_PVT';

2: /* $Header: ENGVECOB.pls 120.18.12020000.6 2013/01/04 08:51:37 jifdeng ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'ENG_Eco_PVT';
7: G_EXC_QUIT_IMPORT EXCEPTION;
8:
9: G_MISS_ECO_REC ENG_Eco_PUB.ECO_Rec_Type;
10: G_MISS_ECO_REV_REC ENG_Eco_PUB.ECO_Revision_Rec_Type;

Line 18264: Error_Handler.Write_Debug('ENG_ECO_PVT API: Calling ENG_CHANGE_LIFECYCLE_UTIL.Init_Lifecycle');

18260:
18261: END LOOP;
18262:
18263: IF Bom_Globals.Get_Debug = 'Y' THEN
18264: Error_Handler.Write_Debug('ENG_ECO_PVT API: Calling ENG_CHANGE_LIFECYCLE_UTIL.Init_Lifecycle');
18265: END IF;
18266:
18267: -- Get the profile: ENG: Allow Auto-Submit Workflow, 1: Yes; 2: No
18268:

Line 18306: ,p_Message_Text => 'Error in ENG_ECO_PVT.Explode_WF_Routing: '|| SUBSTR(SQLERRM, 1, 30) || ' ' ||to_char(SQLCODE)

18302: EXCEPTION
18303: WHEN OTHERS THEN
18304: Error_Handler.Add_Error_Token
18305: ( p_Message_Name => NULL
18306: ,p_Message_Text => 'Error in ENG_ECO_PVT.Explode_WF_Routing: '|| SUBSTR(SQLERRM, 1, 30) || ' ' ||to_char(SQLCODE)
18307: ,x_Mesg_Token_Tbl => x_Mesg_Token_Tbl
18308: , p_Mesg_Token_Tbl => x_Mesg_Token_Tbl
18309: );
18310: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 18314: END ENG_Eco_PVT;

18310: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
18311:
18312: END Explode_WF_Routing;
18313:
18314: END ENG_Eco_PVT;