DBA Data[Home] [Help]

PACKAGE: APPS.CZ_CX_UTIL_PVT

Source


1 PACKAGE cz_cx_util_pvt AUTHID CURRENT_USER AS
2 /* $Header: czvcxus.pls 115.0 2003/08/13 15:07:23 qmao ship $  */
3 
4 -- Transform old functional companions to configurator extension rule recs.
5 -- Returns return_status 1 if the conversion process is successful, 0 otherwise.
6 -- Note: this proc does not create event bindings for the newly transformed cx
7 -- rules.
8 PROCEDURE convert_fc_by_model(p_model_id IN NUMBER
9                              ,p_deep_migration_flag IN VARCHAR2
10                              ,x_num_fc_processed OUT NOCOPY NUMBER
11                              ,x_return_status OUT NOCOPY VARCHAR2
12                              ,x_msg_data  OUT NOCOPY VARCHAR2
13                              );
14 
15 END cz_cx_util_pvt;