DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on RA_RULES

Line 844: FROM ra_rules

840: --webroot bug 6826344 start
841: IF p_line_rec.accounting_rule_id IS NOT NULL THEN
842:
843: SELECT type INTO l_accounting_rule_type
844: FROM ra_rules
845: WHERE rule_id = p_line_rec.accounting_rule_id;
846:
847: END IF;
848: --webroot bug 6826344 end