DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on RA_RULES

Line 442: FROM ra_rules

438: oe_debug_pub.add('Getting accounting rule type');
439: END IF;
440: SELECT type
441: INTO l_rule_type
442: FROM ra_rules
443: WHERE rule_id = p_line_rec.accounting_rule_id;
444: IF l_debug_level > 0 then
445: oe_debug_pub.add('Rule_Type is :'||l_rule_type||': accounting rule duration is: '||p_line_rec.accounting_rule_duration);
446: END IF;

Line 7881: FROM ra_rules

7877: p_line_rec.accounting_rule_id IS NOT NULL THEN -- Added the If clause for BUG#11071689
7878: -- Bug 9946651: Start
7879: SELECT type
7880: INTO l_rule_type
7881: FROM ra_rules
7882: WHERE rule_id = p_line_rec.accounting_rule_id;
7883: -- Bug 9946651: End
7884: END IF; -- Added the If clause for BUG#11071689
7885: --Shifted the code from procedure attributes to procedure entity as this is a cross attribute validation

Line 7969: FROM ra_rules

7965: oe_debug_pub.add('Getting accounting rule type');
7966: END IF;
7967: SELECT type
7968: INTO l_rule_type
7969: FROM ra_rules
7970: WHERE rule_id = p_line_rec.accounting_rule_id;
7971: IF l_debug_level > 0 THEN
7972: oe_debug_pub.add('Rule Type is :'||l_rule_type);
7973: END IF;