DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on RA_RULES

Line 573: l_rule_id ra_rules.rule_id%type;

569: WHERE
570: line_id = p_line_id;
571:
572: l_proc varchar2(72) := g_package||'get_invoice_rule';
573: l_rule_id ra_rules.rule_id%type;
574:
575: BEGIN
576: hr_utility.set_location('Entering:'||l_proc, 5);
577: OPEN c_invoice_rule;