DBA Data[Home] [Help]

APPS.OE_BULK_CACHE dependencies on OE_AGREEMENTS_VL

Line 494: FROM oe_agreements_vl a

490: ,G_AGREEMENT_TBL(p_key).cust_po_number
491: ,G_AGREEMENT_TBL(p_key).invoice_to_contact_id
492: ,G_AGREEMENT_TBL(p_key).invoice_to_org_id
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

Line 530: FROM oe_agreements_vl a

526: ,G_AGREEMENT_TBL(p_key).end_date_active
527: ,G_AGREEMENT_TBL(p_key).revision
528: ,G_AGREEMENT_TBL(p_key).sold_to_org_id
529: ,G_AGREEMENT_TBL(p_key).price_list_id
530: FROM oe_agreements_vl a
531: WHERE a.agreement_id = p_key;
532:
533: END IF;
534: