DBA Data[Home] [Help]

APPS.OE_ORDER_CACHE dependencies on OE_DELIVER_TO_ORGS_V

Line 670: FROM OE_DELIVER_TO_ORGS_V

666: , g_deliver_to_rec.contact_id
667: , g_deliver_to_rec.ship_partial_allowed
668: , g_deliver_to_rec.shipping_method_code
669: , l_bill_to_site_use_id
670: FROM OE_DELIVER_TO_ORGS_V
671: WHERE ORGANIZATION_ID = p_key;
672:
673: -- Fetch Invoice to org id.
674:

Line 834: FROM OE_DELIVER_TO_ORGS_V DEL

830: BEGIN
831:
832: SELECT /*MOAC_SQL_CHANGES*/ DEL.ORGANIZATION_ID
833: INTO g_sold_to_rec.deliver_to_org_id
834: FROM OE_DELIVER_TO_ORGS_V DEL
835: ,HZ_CUST_ACCT_SITES_ALL ADDR
836: WHERE ADDR.CUST_ACCOUNT_ID = p_key
837: AND ADDR.SHIP_TO_FLAG = 'P'
838: AND ADDR.STATUS = 'A'