DBA Data[Home] [Help]

APPS.ASG_NOTIFY dependencies on ASG_NOTIFY

Line 1: PACKAGE BODY ASG_NOTIFY as

1: PACKAGE BODY ASG_NOTIFY as
2: /* $Header: asgnotb.pls 115.8 2001/06/04 15:14:29 pkm ship $*/
3: -- Description
4: -- ASG_Notify.
5: -- This package is a debuging / logging package that allows a developer to

Line 4: -- ASG_Notify.

1: PACKAGE BODY ASG_NOTIFY as
2: /* $Header: asgnotb.pls 115.8 2001/06/04 15:14:29 pkm ship $*/
3: -- Description
4: -- ASG_Notify.
5: -- This package is a debuging / logging package that allows a developer to
6: -- Error, logging, and information messages real time.
7: --
8: -- In order to see the logged information real time, the developer must run

Line 10: -- that retirves the output from ASG_Notify.

6: -- Error, logging, and information messages real time.
7: --
8: -- In order to see the logged information real time, the developer must run
9: -- oracle.apps.asg.util.SqlLogger. SqlLogger is a standalone java application
10: -- that retirves the output from ASG_Notify.
11: --
12: -- HISTORY
13: -- 02-feb-99 D Cassinera Created.
14:

Line 93: END ASG_NOTIFY;

89:
90: begin
91: SELECT ' '||MACHINE|| ' ' ||PROGRAM||' ' INTO m_SES_INFO FROM V$SESSION WHERE AUDSID = USERENV('SESSIONID') and rownum = 1;
92:
93: END ASG_NOTIFY;