DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on RA_RULES

Line 836: FROM ra_rules

832: --webroot bug 6826344 start
833: IF p_line_rec.accounting_rule_id IS NOT NULL THEN
834:
835: SELECT type INTO l_accounting_rule_type
836: FROM ra_rules
837: WHERE rule_id = p_line_rec.accounting_rule_id;
838:
839: END IF;
840: --webroot bug 6826344 end