DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER dependencies on OE_INVOICE_TO_ORGS_V

Line 1789: From oe_invoice_to_orgs_v

1785: IF nvl(lcustomer_relations,'N') = 'N' THEN
1786:
1787: Select 'VALID'
1788: Into l_dummy
1789: From oe_invoice_to_orgs_v
1790: Where customer_id = p_header_rec.sold_to_org_id
1791: AND site_use_id = p_header_rec.invoice_to_org_id
1792: and status = 'A'
1793: and address_status ='A'; --bug 2752321