DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on MTL_SHIPPING_NETWORK_VIEW

Line 3134: from MTL_SHIPPING_NETWORK_VIEW

3130:
3131: CURSOR getIntransitDetail(cp_s_org_id number, cp_d_org_id number) IS
3132: select internal_order_required_flag,
3133: INTRANSIT_TYPE
3134: from MTL_SHIPPING_NETWORK_VIEW
3135: where from_organization_id = cp_s_org_id
3136: and to_organization_id = cp_d_org_id;
3137: BEGIN
3138: v_ret_order_type := null;