DBA Data[Home] [Help]

APPS.PA_RESOURCE_PKG dependencies on PA_RESOURCE_PKG

Line 1: PACKAGE BODY PA_RESOURCE_PKG

1: PACKAGE BODY PA_RESOURCE_PKG
2: -- $Header: PARCTBHB.pls 120.1 2005/08/19 16:49:47 mwasowic noship $
3: AS
4:
5: /* THE INSERT_ROW1 PROCEDURE INSERTS INTO PA_RESOURCES TABLE.

Line 93: -- PA_Error_Utils.Set_Error_Stack('PA_RESOURCE_PKG.Insert_Row1');

89: close c;
90: EXCEPTION
91: WHEN NO_DATA_FOUND THEN -- catch the exceptions here
92: -- Set the current program unit name in the error stack
93: -- PA_Error_Utils.Set_Error_Stack('PA_RESOURCE_PKG.Insert_Row1');
94: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
95:
96: WHEN OTHERS THEN -- catch the exceptions here
97: -- Set the current program unit name in the error stack

Line 98: -- PA_Error_Utils.Set_Error_Stack('PA_RESOURCE_PKG.Insert_Row1');

94: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
95:
96: WHEN OTHERS THEN -- catch the exceptions here
97: -- Set the current program unit name in the error stack
98: -- PA_Error_Utils.Set_Error_Stack('PA_RESOURCE_PKG.Insert_Row1');
99: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
100: RAISE;
101: END INSERT_ROW1;
102:

Line 180: -- PA_Error_Utils.Set_Error_Stack('PA_RESOURCE_PKG.Insert_Row2');

176: close c;
177: EXCEPTION
178: WHEN NO_DATA_FOUND THEN -- catch the exceptions here
179: -- Set the current program unit name in the error stack
180: -- PA_Error_Utils.Set_Error_Stack('PA_RESOURCE_PKG.Insert_Row2');
181: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
182:
183: WHEN OTHERS THEN -- catch the exceptions here
184: -- Set the current program unit name in the error stack

Line 185: -- PA_Error_Utils.Set_Error_Stack('PA_RESOURCE_PKG.Insert_Row2');

181: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
182:
183: WHEN OTHERS THEN -- catch the exceptions here
184: -- Set the current program unit name in the error stack
185: -- PA_Error_Utils.Set_Error_Stack('PA_RESOURCE_PKG.Insert_Row2');
186: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
187: RAISE;
188: END INSERT_ROW2;
189:

Line 190: END PA_RESOURCE_PKG;

186: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
187: RAISE;
188: END INSERT_ROW2;
189:
190: END PA_RESOURCE_PKG;