DBA Data[Home] [Help]

APPS.FND_OAM_COLLECTION dependencies on FND_OAM_COLLECTION

Line 1: PACKAGE BODY fnd_oam_collection AS

1: PACKAGE BODY fnd_oam_collection AS
2: /* $Header: AFOAMCLB.pls 120.7 2007/01/03 20:02:35 ravmohan noship $ */
3: -- Some Constants to define the various agents we will be pinging
4: AOLJ_DB_POOL constant number := 1;
5: PLSQL_AGNT constant number := 2;

Line 39: MODULE constant varchar2(200) := 'fnd.plsql.FND_OAM_COLLECTION';

35: -- internal type used for computation of rollup status
36: TYPE st_table IS TABLE OF number index by binary_integer;
37:
38: -- Module name for this package
39: MODULE constant varchar2(200) := 'fnd.plsql.FND_OAM_COLLECTION';
40:
41: PROCEDURE debug (p_txt varchar2)
42: IS
43:

Line 2830: END fnd_oam_collection;

2826: ALERT_LPR_SPE;
2827:
2828: END Alert_Long_Pending_Requests;
2829:
2830: END fnd_oam_collection;