DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE dependencies on OE_INVOICE_TO_ORGS_V

Line 3698: FROM OE_INVOICE_TO_ORGS_V INV

3694: END IF;
3695:
3696: SELECT 'VALID'
3697: INTO l_dummy
3698: FROM OE_INVOICE_TO_ORGS_V INV
3699: WHERE INV.ORGANIZATION_ID =p_invoice_to_org_id
3700: AND ROWNUM = 1;
3701: --
3702: -- Commented out when importing CLOSED orders