DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on OE_RA_TERMS_V

Line 498: ,oe_ra_terms_v term

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