DBA Data[Home] [Help]

APPS.PA_AP_XFER_PKG dependencies on PA_AP_XFER_PKG

Line 1: PACKAGE BODY pa_ap_xfer_pkg AS

1: PACKAGE BODY pa_ap_xfer_pkg AS
2: /* $Header: PAAPXFRB.pls 115.4 2003/08/15 02:14:24 vgade noship $ */
3:
4:
5: PROCEDURE upd_cdl_xfer_status( p_request_id IN NUMBER

Line 64: pa_debug.init_err_stack('pa_ap_xfer_pkg.upd_cdl_xfer_status');

60: ORDER BY cdl.expenditure_item_id
61: ,cdl.line_num;
62:
63: BEGIN
64: pa_debug.init_err_stack('pa_ap_xfer_pkg.upd_cdl_xfer_status');
65:
66: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
67: l_debug_mode := NVL(l_debug_mode, 'Y');
68:

Line 203: END pa_ap_xfer_pkg;

199: x_error_stage := l_stage ;
200: pa_debug.reset_err_stack;
201: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
202: END upd_cdl_xfer_status;
203: END pa_ap_xfer_pkg;