DBA Data[Home] [Help]

APPS.ASN_DEBUG dependencies on ASN_DEBUG

Line 1: PACKAGE BODY ASN_DEBUG AS

1: PACKAGE BODY ASN_DEBUG AS
2: /* $Header: RCVDBUGB.pls 120.0.12010000.3 2008/12/25 01:03:29 vthevark ship $ */
3:
4: g_product_code constant varchar2(5) := 'p'||'o'||'.'; -- gscc hack
5:

Line 46: p_stack_depth = 1 --> asn_debug.put_line

42: p_label OUT NOCOPY VARCHAR2,
43: p_stack_depth IN NUMBER) IS
44: /* p_stack_depth is the rewind depth. for example
45: p_stack_depth = 2 --> calling procedure name
46: p_stack_depth = 1 --> asn_debug.put_line
47: p_stack_depth = 0 --> get_calling_procedure
48: you can override the rewind depth as needed
49: */
50: stk VARCHAR2(2000);

Line 236: END ASN_DEBUG;

232: WHEN OTHERS THEN
233: null;
234: end debug_msg_ex;
235:
236: END ASN_DEBUG;