DBA Data[Home] [Help]

PACKAGE: APPS.IBW_TR_PVT

Source


1 PACKAGE IBW_TR_PVT AS
2 /*$Header: IBWTRS.pls 120.5 2005/08/31 08:01 schittar noship $*/
3 
4 /*
5 ** change_tracking_sequence - change the sequence definition and profile values
6 **
7 */
8 PROCEDURE change_tracking_sequence(xerrbuf out NOCOPY varchar2, xerrcode out NOCOPY number,
9 				   visitidwindow in number, visitoridwindow in number);
10 
11 /* instance_id - get the unique instance identifier
12 **
13 ** Returns an unique instance id formed from database host id and the sid.
14 **
15 */
16 function instance_id return VARCHAR2;
17 
18 END IBW_TR_PVT;