DBA Data[Home] [Help]

APPS.PA_STATUS_LIST_ITEMS_PVT dependencies on PA_STATUS_LIST_ITEMS_PVT

Line 1: PACKAGE BODY PA_STATUS_LIST_ITEMS_pvt AS

1: PACKAGE BODY PA_STATUS_LIST_ITEMS_pvt AS
2: /* $Header: PACISIVB.pls 120.1 2005/08/19 16:18:23 mwasowic noship $ */
3:
4:
5: -- --------------------------------------------------------------------------

Line 31: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PVT.CreateStatusListItem');

27: ) IS
28: BEGIN
29:
30: -- Initialize the Error Stack
31: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PVT.CreateStatusListItem');
32: x_msg_count := 0;
33: x_msg_data := NULL;
34:
35:

Line 61: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PVT'

57: x_msg_count := 1;
58: x_msg_data := substr(SQLERRM,1,240);
59: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
60: FND_MSG_PUB.add_exc_msg
61: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PVT'
62: , p_procedure_name => PA_DEBUG.G_Err_Stack
63: , p_error_text => substr(SQLERRM,1,240));
64: RETURN;
65:

Line 97: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PVT.Update_Row');

93:
94: BEGIN
95:
96: -- Initialize the Error Stack
97: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PVT.Update_Row');
98: x_msg_count := 0;
99: x_msg_data := NULL;
100:
101: -- Initialize the return status to success

Line 127: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PVT'

123: x_msg_count := 1;
124: x_msg_data := substr(SQLERRM,1,240);
125: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
126: FND_MSG_PUB.add_exc_msg
127: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PVT'
128: , p_procedure_name => PA_DEBUG.G_Err_Stack
129: , p_error_text => substr(SQLERRM,1,240));
130: RETURN;
131:

Line 161: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PVT.Delete_Row');

157:
158:
159:
160: -- Initialize the Error Stack
161: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PVT.Delete_Row');
162: x_msg_count := 0;
163: x_msg_data := NULL;
164:
165: -- Initialize the return status to success

Line 185: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PVT'

181: x_msg_count := 1;
182: x_msg_data := substr(SQLERRM,1,240);
183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
184: FND_MSG_PUB.add_exc_msg
185: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PVT'
186: , p_procedure_name => PA_DEBUG.G_Err_Stack
187: , p_error_text => substr(SQLERRM,1,240));
188: RETURN;
189:

Line 193: END PA_STATUS_LIST_ITEMS_pvt;

189:
190: END DeleteStatusListItem;
191:
192:
193: END PA_STATUS_LIST_ITEMS_pvt;