DBA Data[Home] [Help]

PACKAGE: APPS.BEN_EFC_REPORTING

Source


1 package ben_efc_reporting as
2 /* $Header: beefcrep.pkh 120.0 2005/05/28 02:08:38 appldev noship $*/
3 --
4 /*
5 +==============================================================================+
6 |			 Copyright (c) 1997 Oracle Corporation		       |
7 |			    Redwood Shores, California, USA		       |
8 |				All rights reserved.			       |
9 +==============================================================================+
10 --
11 History
12   Version    Date	Who	   What?
13   ---------  ---------	---------- --------------------------------------------
14   115.0      13-Aug-01	mhoyes     Created.
15   -----------------------------------------------------------------------------
16 */
17 --
18 -----------------------------------------------------------------------
19 --
20 --  ---------------------------------------------------------------------------
21 --  |--------------------------< DisplayEFCInfo >-----------------------------|
22 --  ---------------------------------------------------------------------------
23 --
24 --  Display EFC information
25 --
26 procedure DisplayEFCInfo
27   (p_ent_scode           in     varchar2
28   ,p_efc_action_id       in     number default null
29   --
30   ,p_disp_private        in     boolean default false
31   ,p_disp_succeeds       in     boolean default false
32   ,p_disp_exclusions     in     boolean default false
33   --
34   ,p_adjustment_counts   in     ben_efc_adjustments.g_adjustment_counts
35   ,p_rcoerr_val_set      in     ben_efc_adjustments.g_rcoerr_values_tbl
36   ,p_failed_adj_val_set  in     ben_efc_adjustments.g_failed_adj_values_tbl
37   ,p_fatal_error_val_set in     ben_efc_adjustments.g_failed_adj_values_tbl
38   ,p_success_val_set     in     ben_efc_adjustments.g_failed_adj_values_tbl
39   );
40 --
41 end ben_efc_reporting;