DBA Data[Home] [Help]

APPS.PA_REPORT_TYPES_PUB dependencies on PA_REPORT_TYPES_PUB

Line 1: package body PA_REPORT_TYPES_PUB as

1: package body PA_REPORT_TYPES_PUB as
2: /* $Header: PARTYPPB.pls 120.1 2005/08/19 17:02:31 mwasowic noship $ */
3:
4: PROCEDURE CREATE_REPORT_TYPE
5: (

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 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 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 429: END PA_REPORT_TYPES_PUB;

425: RAISE; -- This is optional depending on the needs
426:
427: END delete_report_type;
428:
429: END PA_REPORT_TYPES_PUB;
430: