DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on WSH_SHIPPING_PARAMETERS

Line 9922: FROM wsh_shipping_parameters

9918:
9919: CURSOR c_dispatch_account(p_organization_id number)
9920: IS
9921: SELECT goods_dispatched_account
9922: FROM wsh_shipping_parameters
9923: WHERE organization_id = p_organization_id;
9924:
9925: l_dispatch_account c_dispatch_account%ROWTYPE;
9926: l_cogs_return_ccid number := NULL;