DBA Data[Home] [Help]

APPS.PA_STATUS_LIST_ITEMS_PUB dependencies on PA_STATUS_LIST_ITEMS_PUB

Line 1: PACKAGE BODY pa_status_list_items_pub AS

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

Line 32: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PUB.CreateStatusListItem');

28:
29: BEGIN
30:
31: -- Initialize the Error Stack
32: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PUB.CreateStatusListItem');
33: x_msg_count := 0;
34: x_msg_data := NULL;
35:
36: -- Initialize the return status to success

Line 63: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PUB'

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

Line 99: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PUB.UpdateStatusListItem');

95: l_rec_version_no NUMBER;
96: BEGIN
97:
98: -- Initialize the Error Stack
99: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PUB.UpdateStatusListItem');
100: x_msg_count := 0;
101: x_msg_data := NULL;
102:
103: -- Initialize the return status to success

Line 132: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PUB'

128: x_msg_count := 1;
129: x_msg_data := substr(SQLERRM,1,240);
130: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
131: FND_MSG_PUB.add_exc_msg
132: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PUB'
133: , p_procedure_name => PA_DEBUG.G_Err_Stack
134: , p_error_text => substr(SQLERRM,1,240));
135: RETURN;
136:

Line 165: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PUB.DeleteStatusListItem');

161: BEGIN
162:
163:
164: -- Initialize the Error Stack
165: PA_DEBUG.init_err_stack('PA_STATUS_LIST_ITEMS_PUB.DeleteStatusListItem');
166: x_msg_count := 0;
167: x_msg_data := NULL;
168:
169: -- Initialize the return status to success

Line 191: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PUB'

187: x_msg_count := 1;
188: x_msg_data := substr(SQLERRM,1,240);
189: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
190: FND_MSG_PUB.add_exc_msg
191: (p_pkg_name => 'PA_STATUS_LIST_ITEMS_PUB'
192: , p_procedure_name => PA_DEBUG.G_Err_Stack
193: , p_error_text => substr(SQLERRM,1,240));
194: RETURN;
195:

Line 199: END PA_STATUS_LIST_ITEMS_pub;

195:
196: END DeleteStatusListItem;
197:
198:
199: END PA_STATUS_LIST_ITEMS_pub;