DBA Data[Home] [Help]

PACKAGE: APPS.CZ_RULE_TEXT_GEN

Source


1 PACKAGE cz_rule_text_gen AS
2 /* $Header: czruletxts.pls 120.0 2007/04/14 06:30:53 jhanda ship $ */
3 
4 
5 
6 
7 ---------------------------------------------------------------------------------------
8 /*
9  * Public API for Model Conversion.
10  * @param p_devl_project_id
11  *		       This is the model id for model for which the rule text needs to be generated
12  * @param p_rule_id
13  *		       This is the rule id for rule for which the rule text needs to be generated
14  */
15 
16 PROCEDURE parse_rules(p_devl_project_id IN NUMBER, p_rule_id IN NUMBER DEFAULT NULL) ;
17 ---------------------------------------------------------------------------------------
18 
19 END;