DBA Data[Home] [Help]

APPS.CN_RULESET_PVT dependencies on CN_RULEATTRIBUTE_PVT

Line 89: CN_RuleAttribute_PVT.Check_Attr_types

85: end if;
86:
87: if l_data_flag = 'O' THEN
88:
89: CN_RuleAttribute_PVT.Check_Attr_types
90: (p_value_1 => attribute_rec1.column_value,
91: p_value_2 => null,
92: p_column_id => attribute_rec1.column_id,
93: p_rule_id => attribute_rec1.rule_id,

Line 106: CN_RuleAttribute_PVT.Check_Attr_types

102: END IF;
103: elsif l_data_flag = 'R' THEN
104:
105:
106: CN_RuleAttribute_PVT.Check_Attr_types
107: (p_value_1 => attribute_rec1.low_value,
108: p_value_2 => attribute_rec1.high_value,
109: p_column_id => attribute_rec1.column_id,
110: p_rule_id => attribute_rec1.rule_id,