DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on OE_RA_TERMS_V

Line 497: ,oe_ra_terms_v term

493: ,G_AGREEMENT_TBL(p_key).default_attributes
494: FROM oe_agreements_vl a
495: ,oe_ra_rules_v i
496: ,oe_ra_rules_v ac
497: ,oe_ra_terms_v term
498: ,ra_salesreps s
499: WHERE a.agreement_id = p_key
500: AND a.invoicing_rule_id = i.rule_id(+)
501: AND i.status(+) = 'A'