DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_PUB dependencies on PA_DEBUG

Line 40: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PUB.CREATE_CI_ACTION');

36: -- Enter the procedure variables here. As shown below
37: BEGIN
38:
39: -- Initialize the Error Stack
40: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PUB.CREATE_CI_ACTION');
41:
42: -- Initialize the return status to success
43: x_return_status := FND_API.G_RET_STS_SUCCESS;
44:

Line 104: PA_DEBUG.Reset_Err_Stack;

100: );
101: END IF;
102:
103: -- Reset the error stack when returning to the calling program
104: PA_DEBUG.Reset_Err_Stack;
105: -- Commit the changes if requested
106: if (p_commit = FND_API.G_TRUE
107: AND x_return_status = fnd_api.g_ret_sts_success) then
108: commit;

Line 115: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

111: WHEN OTHERS THEN
112: rollback;
113: -- Set the excetption Message and the stack
114: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_CI_ACTIONS_PUB.CREATE_CI_ACTION'
115: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
116:
117: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
118: RAISE;
119:

Line 142: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PUB.CANCEL_CI_ACTION');

138: l_msg_index_out NUMBER;
139:
140: BEGIN
141: -- Initialize the Error Stack
142: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PUB.CANCEL_CI_ACTION');
143:
144: -- Initialize the return status to success
145: x_return_status := FND_API.G_RET_STS_SUCCESS;
146: x_msg_count := 0;

Line 216: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PUB.CLOSE_CI_ACTION');

212: ) IS
213: l_msg_index_out NUMBER;
214: BEGIN
215: -- Initialize the Error Stack
216: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PUB.CLOSE_CI_ACTION');
217:
218: -- Initialize the return status to success
219: x_return_status := FND_API.G_RET_STS_SUCCESS;
220: IF p_commit = FND_API.G_TRUE

Line 309: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PUB.REASSIGN_CI_ACTION');

305: l_msg_index_out NUMBER;
306: BEGIN
307:
308: -- Initialize the Error Stack
309: PA_DEBUG.init_err_stack('PA_CI_ACTIONS_PUB.REASSIGN_CI_ACTION');
310:
311: -- Initialize the return status to success
312: x_return_status := FND_API.G_RET_STS_SUCCESS;
313: