DBA Data[Home] [Help]

APPS.PA_PROJECT_SUBTEAMS_PKG dependencies on PA_PROJECT_SUBTEAMS_PKG

Line 1: PACKAGE BODY PA_PROJECT_SUBTEAMS_pkg AS

1: PACKAGE BODY PA_PROJECT_SUBTEAMS_pkg AS
2: --$Header: PARTSTHB.pls 120.1 2005/08/19 17:01:53 mwasowic noship $
3:
4: PROCEDURE Insert_Row
5: (

Line 125: -- PA_Error_Utils.Set_Error_Stack('PA_PROJECT_SUBTEAMS_PKG.Insert_Row');

121: --
122: EXCEPTION
123: WHEN OTHERS THEN -- catch the exceptions here
124: -- Set the current program unit name in the error stack
125: -- PA_Error_Utils.Set_Error_Stack('PA_PROJECT_SUBTEAMS_PKG.Insert_Row');
126: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
127: RAISE;
128: END Insert_Row;
129:

Line 264: -- PA_Error_Utils.Set_Error_Stack('PA_PROJECT_SUBTEAMS_PKG.Update_Row');

260: --
261: EXCEPTION
262: WHEN OTHERS THEN -- catch the exceptins here
263: -- Set the current program unit name in the error stack
264: -- PA_Error_Utils.Set_Error_Stack('PA_PROJECT_SUBTEAMS_PKG.Update_Row');
265: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
266: RAISE;
267: --
268: END Update_Row;

Line 310: -- PA_Error_Utils.Set_Error_Stack('PA_PROJECT_SUBTEAMS_PKG.Delete_Row');

306:
307: EXCEPTION
308: WHEN OTHERS THEN
309: -- Set the current program unit name in the error stack
310: -- PA_Error_Utils.Set_Error_Stack('PA_PROJECT_SUBTEAMS_PKG.Delete_Row');
311: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
312: RAISE;
313: END Delete_Row;
314:

Line 317: END PA_PROJECT_SUBTEAMS_pkg;

313: END Delete_Row;
314:
315: --
316: --
317: END PA_PROJECT_SUBTEAMS_pkg;