DBA Data[Home] [Help]

APPS.WSH_WF_STD dependencies on MTL_PARAMETERS

Line 400: FROM MTL_PARAMETERS

396: l_itemkey VARCHAR2(30);
397:
398: CURSOR get_org_code IS
399: SELECT organization_code
400: FROM MTL_PARAMETERS
401: WHERE organization_id = p_organization_id;
402:
403: CURSOR get_customer_name(p_delivery_id IN NUMBER) IS
404: SELECT substrb(party.party_name,1,50)

Line 675: FROM MTL_PARAMETERS

671: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
672:
673: CURSOR get_org_code IS
674: SELECT organization_code
675: FROM MTL_PARAMETERS
676: WHERE organization_id = p_organization_id;
677:
678: CURSOR get_non_pickable_count IS
679: SELECT count(*)