DBA Data[Home] [Help]

PACKAGE: APPS.PAY_BALANCE_FEED_DEL_PKG

Source


1 PACKAGE PAY_BALANCE_FEED_DEL_PKG AUTHID CURRENT_USER as
2 /* $Header: pyscd.pkh 120.0.12010000.1 2008/10/07 11:52:43 pvelugul noship $ */
3 /*
4  Copyright (c) Oracle Corporation 1991,1992,1993. All rights reserved
5 --
6 /*
7 --
8  Name         : PAY_BALANCE_FEED_DEL_PKG
9  Author       : $Author: pvelugul $
10  Synopsis     : Purging Process - Balance Feeds.
11  Contents     : sub_class_del_proc
12                 bal_feed_main_proc
13 
14 Change List
15  -----------
16  Date        Name          Vers    Bug No     Description
17  05-Aug-08  salogana      115.1   6595092     Corrected the dbdrv hint.
18  -----------+-------------+-------+----------+-------------------------------+
19  */
20 PROCEDURE sub_class_del_proc(p_sub_classification_rule_id in number);
21 PROCEDURE bal_feed_main_proc(
22 	errbug out nocopy varchar2,
23 	retcode out nocopy number,
24 	c_element_type_id in number,
25 	c_sub_class_id in number default null);
26 end PAY_BALANCE_FEED_DEL_PKG;