DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE dependencies on OE_SHIP_FROM_ORGS_V

Line 3371: FROM oe_ship_from_orgs_v

3367: -- JAUTOMO: Is this a correct validation ?
3368:
3369: SELECT 'VALID'
3370: INTO l_dummy
3371: FROM oe_ship_from_orgs_v
3372: WHERE organization_id = p_ship_from_org_id
3373: AND ROWNUM = 1;
3374:
3375: RETURN TRUE;