DBA Data[Home] [Help]

PACKAGE: APPS.ONT_ASSGN_ITEM_FROM_PRH_TO_PRC

Source


1 Package ONT_ASSGN_ITEM_FROM_PRH_TO_PRC AUTHID CURRENT_USER AS
2 /* $Header: ontcai2s.pls 120.0 2005/06/01 00:54:28 appldev noship $  */
3 --
4 -- Purpose: This assigns an item to an item category based
5 -- 		on the assignments to Product reporting Classification category
6 --
7 -- MODIFICATION HISTORY
8 -- Person      Date    Comments
9 -- ---------   ------  ------------------------------------------
10 
11    -- Main procedure for error handling
12    -- Standard concurrent manager parameters
13    procedure      ONT_ASSIGN_MAIN
14 ( Errbuf out nocopy Varchar2,
15 
16 retcode out nocopy Varchar2
17 
18         ) ;
19 
20    procedure      ONT_ASSIGN_CATEGORY ;
21 
22 
23 END; -- Package spec