DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on RA_RULES

Line 2328: FROM ra_rules

2324: oe_debug_pub.add('Getting accounting rule type');
2325: END IF;
2326: SELECT type
2327: INTO l_rule_type
2328: FROM ra_rules
2329: WHERE rule_id = p_accounting_rule_id;
2330: IF l_debug_level > 0 THEN
2331: oe_debug_pub.add('Rule Type is :'||l_rule_type);
2332: END IF;