DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE dependencies on OE_DELIVER_TO_ORGS_V

Line 3762: FROM OE_DELIVER_TO_ORGS_V DEL

3758: END IF;
3759:
3760: SELECT 'VALID'
3761: INTO l_dummy
3762: FROM OE_DELIVER_TO_ORGS_V DEL
3763: WHERE DEL.ORGANIZATION_ID =p_deliver_to_org_id
3764: AND ROWNUM = 1;
3765: --
3766: -- Commented out when importing CLOSED orders