DBA Data[Home] [Help]

APPS.PA_ACTION_SETS_PKG dependencies on PA_ACTION_SETS_PKG

Line 1: PACKAGE BODY pa_action_sets_pkg AS

1: PACKAGE BODY pa_action_sets_pkg AS
2: /*$Header: PARASPKB.pls 120.2 2005/08/26 12:14:33 shyugen noship $*/
3: --
4:
5: PROCEDURE insert_row

Line 135: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ACTION_SETS_PKG.Insert_row'

131: -- Put any message text from message stack into the Message ARRAY
132: EXCEPTION
133: WHEN OTHERS THEN
134: -- Set the excetption Message and the stack
135: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ACTION_SETS_PKG.Insert_row'
136: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
137: --
138: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
139: RAISE;

Line 186: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_Pkg.update_row.begin'

182: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
183:
184: --Log Message: 4403338
185: IF l_debug_mode = 'Y' THEN
186: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_Pkg.update_row.begin'
187: ,x_msg => 'Beginning of update row'
188: ,x_log_level => 5);
189: END IF;
190:

Line 233: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ACTION_SETS_PKG.update_row'

229: -- Put any message text from message stack into the Message ARRAY
230: EXCEPTION
231: WHEN OTHERS THEN
232: -- Set the excetption Message and the stack
233: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_ACTION_SETS_PKG.update_row'
234: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
235: --
236: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
237: RAISE;

Line 270: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_ACTION_SETS_PKG.Delete_Row'

266:
267: EXCEPTION
268: WHEN OTHERS THEN
269: -- Set the exception Message and the stack
270: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_ACTION_SETS_PKG.Delete_Row'
271: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
272: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
273: RAISE;
274: END Delete_Row;

Line 277: END pa_action_sets_pkg;

273: RAISE;
274: END Delete_Row;
275:
276:
277: END pa_action_sets_pkg;