DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on RA_RULES

Line 785: from ra_rules

781: if (X_accounting_rule_id is not null) then
782: begin
783: select name
784: into X_accounting_rule
785: from ra_rules
786: where rule_id = X_accounting_rule_id;
787: exception
788: when NO_DATA_FOUND then
789: X_accounting_rule := null;

Line 797: from ra_rules

793: if (X_invoicing_rule_id is not null) then
794: begin
795: select name
796: into X_invoicing_rule
797: from ra_rules
798: where rule_id = X_invoicing_rule_id;
799: exception
800: when NO_DATA_FOUND then
801: X_invoicing_rule := null;