DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on RA_RULES

Line 2186: FROM ra_rules

2182: oe_debug_pub.add('Getting accounting rule type');
2183: END IF;
2184: SELECT type
2185: INTO l_rule_type
2186: FROM ra_rules
2187: WHERE rule_id = p_accounting_rule_id;
2188: IF l_debug_level > 0 THEN
2189: oe_debug_pub.add('Rule Type is :'||l_rule_type);
2190: END IF;