DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER dependencies on OE_INVOICE_TO_ORGS_V

Line 1857: From oe_invoice_to_orgs_v

1853: IF nvl(lcustomer_relations,'N') = 'N' THEN
1854:
1855: Select 'VALID'
1856: Into l_dummy
1857: From oe_invoice_to_orgs_v
1858: Where customer_id = p_header_rec.sold_to_org_id
1859: AND site_use_id = p_header_rec.invoice_to_org_id
1860: and status = 'A'
1861: and address_status ='A'; --bug 2752321