DBA Data[Home] [Help]

APPS.CN_SCA_RULES_ONLINE_GEN_PVT dependencies on CN_UTILS

Line 19: PROCEDURE get_winning_rule ( spec_code IN OUT NOCOPY cn_utils.code_type,

15: x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE
16: );
17:
18:
19: PROCEDURE get_winning_rule ( spec_code IN OUT NOCOPY cn_utils.code_type,
20: body_code IN OUT NOCOPY cn_utils.code_type ,
21: x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE) ;
22:
23: FUNCTION create_sca_rules_online_dyn

Line 20: body_code IN OUT NOCOPY cn_utils.code_type ,

16: );
17:
18:
19: PROCEDURE get_winning_rule ( spec_code IN OUT NOCOPY cn_utils.code_type,
20: body_code IN OUT NOCOPY cn_utils.code_type ,
21: x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE) ;
22:
23: FUNCTION create_sca_rules_online_dyn
24: (x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE) RETURN BOOLEAN ;