DBA Data[Home] [Help]

APPS.PA_CI_IMPACTS_UTIL dependencies on PA_DEBUG

Line 146: PA_DEBUG.init_err_stack('Pa_ci_impacts_util.delete_all_impacts');

142: )
143: IS
144: BEGIN
145: -- Initialize the Error Stack
146: PA_DEBUG.init_err_stack('Pa_ci_impacts_util.delete_all_impacts');
147:
148: -- Initialize the return status to success
149: x_return_status := FND_API.G_RET_STS_SUCCESS;
150:

Line 167: PA_DEBUG.Reset_Err_Stack;

163: COMMIT;
164: END IF;
165:
166: -- Reset the error stack when returning to the calling program
167: PA_DEBUG.Reset_Err_Stack;
168:
169:
170: END delete_all_impacts;
171:

Line 268: PA_DEBUG.init_err_stack('Pa_ci_impacts_util.copy_impact');

264: l_ret VARCHAR2(1) := 'Y';
265:
266: BEGIN
267: -- Initialize the Error Stack
268: PA_DEBUG.init_err_stack('Pa_ci_impacts_util.copy_impact');
269:
270: -- Initialize the return status to success
271: x_return_status := FND_API.G_RET_STS_SUCCESS;
272:

Line 412: PA_DEBUG.Reset_Err_Stack;

408: COMMIT;
409: END IF;
410:
411: -- Reset the error stack when returning to the calling program
412: PA_DEBUG.Reset_Err_Stack;
413:
414:
415: END copy_impact;
416: