DBA Data[Home] [Help]

APPS.CN_SCA_RULES_BATCH_GEN_PVT dependencies on CN_UTILS

Line 45: spec_code IN OUT NOCOPY cn_utils.code_type,

41: x_msg_data OUT NOCOPY VARCHAR2,
42: x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE);
43: --
44: PROCEDURE populate_matches (
45: spec_code IN OUT NOCOPY cn_utils.code_type,
46: body_code IN OUT NOCOPY cn_utils.code_type ,
47: x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE);
48: --
49: FUNCTION create_sca_rules_batch_dyn (

Line 46: body_code IN OUT NOCOPY cn_utils.code_type ,

42: x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE);
43: --
44: PROCEDURE populate_matches (
45: spec_code IN OUT NOCOPY cn_utils.code_type,
46: body_code IN OUT NOCOPY cn_utils.code_type ,
47: x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE);
48: --
49: FUNCTION create_sca_rules_batch_dyn (
50: x_transaction_source IN cn_sca_rule_attributes.transaction_source%TYPE)