DBA Data[Home] [Help]

APPS.PA_REPORT_TYPES_PUB dependencies on PA_DEBUG

Line 31: PA_DEBUG.init_err_stack('PA_REPORT_TYPES_PUB.Create_Report_Type');

27: l_dummy varchar2(1) := 'N';
28: l_msg_index_out number;
29: BEGIN
30: -- Initialize the Error Stack
31: PA_DEBUG.init_err_stack('PA_REPORT_TYPES_PUB.Create_Report_Type');
32:
33: -- Initialize the return status to success
34: x_return_status := 'S';
35:

Line 134: PA_DEBUG.Reset_Err_Stack;

130: END IF;
131:
132:
133: -- Reset the error stack when returning to the calling program
134: PA_DEBUG.Reset_Err_Stack;
135:
136:
137: EXCEPTION
138: WHEN OTHERS THEN

Line 181: PA_DEBUG.init_err_stack('PA_REPORT_TYPES_PUB.Update_Report_Type');

177: l_msg_index_out number;
178:
179: BEGIN
180: -- Initialize the Error Stack
181: PA_DEBUG.init_err_stack('PA_REPORT_TYPES_PUB.Update_Report_Type');
182:
183: -- Initialize the return status to success
184: x_return_status := 'S';
185:

Line 313: PA_DEBUG.Reset_Err_Stack;

309: COMMIT;
310: END IF;
311:
312: -- Reset the error stack when returning to the calling program
313: PA_DEBUG.Reset_Err_Stack;
314:
315: EXCEPTION
316: WHEN OTHERS THEN
317: IF p_commit = FND_API.G_TRUE THEN

Line 348: PA_DEBUG.init_err_stack('PA_REPORT_TYPES_PUB.Delete_Report_Type');

344: l_created_by number;
345: l_msg_index_out number;
346: BEGIN
347: -- Initialize the Error Stack
348: PA_DEBUG.init_err_stack('PA_REPORT_TYPES_PUB.Delete_Report_Type');
349:
350: -- Initialize the return status to success
351: x_return_status := 'S';
352:

Line 418: PA_DEBUG.Reset_Err_Stack;

414: );
415: End If;
416:
417: -- Reset the error stack when returning to the calling program
418: PA_DEBUG.Reset_Err_Stack;
419:
420: EXCEPTION WHEN OTHERS THEN
421: IF p_commit = FND_API.G_TRUE THEN
422: ROLLBACK TO DELETE_REPORT_TYPE;