DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_SHIPPING_PARAMETERS

Line 8537: FROM wsh_shipping_parameters

8533:
8534: CURSOR c_dispatch_account(p_organization_id number)
8535: IS
8536: SELECT goods_dispatched_account
8537: FROM wsh_shipping_parameters
8538: WHERE organization_id = p_organization_id;
8539:
8540: l_dispatch_account c_dispatch_account%ROWTYPE;
8541: l_cogs_return_ccid number := NULL;