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 282: PA_DEBUG.init_err_stack('Pa_ci_impacts_util.copy_impact');

278: l_ret VARCHAR2(1) := 'Y';
279:
280: BEGIN
281: -- Initialize the Error Stack
282: PA_DEBUG.init_err_stack('Pa_ci_impacts_util.copy_impact');
283:
284: -- Initialize the return status to success
285: x_return_status := FND_API.G_RET_STS_SUCCESS;
286:

Line 485: PA_DEBUG.Reset_Err_Stack;

481: COMMIT;
482: END IF;
483:
484: -- Reset the error stack when returning to the calling program
485: PA_DEBUG.Reset_Err_Stack;
486:
487:
488: END copy_impact;
489: