DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on RA_RULES

Line 783: from ra_rules

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

Line 795: from ra_rules

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