DBA Data[Home] [Help]

APPS.QP_DEALS_UTIL dependencies on QP_DEALS_UTIL

Line 1: PACKAGE BODY QP_DEALS_UTIL as

1: PACKAGE BODY QP_DEALS_UTIL as
2: /* $Header: QPXUDLSB.pls 120.0.12010000.2 2008/11/05 12:09:57 bhuchand ship $ */
3:
4: procedure debug_log(p_origin number, text varchar2)
5: is

Line 204: END QP_DEALS_UTIL;

200: debug_log(p_origin, 'Unexpected error');
201: debug_log(p_origin, sqlerrm);
202: END CALL_DEALS_API;
203:
204: END QP_DEALS_UTIL;